#B7867E

Color #B7867E Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B7867E

Tints of Brandy Rose #B7867E

Color information

#B7867E (or 0xB7867E) is unknown color: approx Brandy Rose. HEX triplet: B7, 86 and 7E. RGB value is (183,134,126). Sum of RGB (Red+Green+Blue) = 183+134+126=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7867E is #487981. Grayscale: #939393. Windows color (decimal): -4749698 or 8292023. OLE color: 8292023.

HSL color Cylindrical-coordinate representation of color #B7867E: hue angle of 8.42º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7867E is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB183134126-
CMYK00.270.310.28
HSL8.42º28.36%60.59%-
HSV(B)8.42º31.15%71.76%-
XYZ31.8228.6223.59-
YUV147.74115.73153.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=41.31%
G=30.25%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313412600.270.310.288.4228.3660.59
HexB7867E01B1F1C81c3d
Octal2672061760333734103475
Binary101101111000011011111100110111111111100100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7867E; }

 p { color: rgb(183,134,126); }

 H1.HeaderClassName
 {
   color: #B7867E;
 }
 .AnyTagClassName
 {
   color: #B7867E;
 }
</style>
background-color css

<style>
 a { background-color: #B7867E; }

 a { background-color: rgb(183,134,126); }

 div.DivClassName
 {
   background-color: #B7867E;
 }
 .BgClassName
 {
   background-color: #B7867E;
 }
</style>
border-color css

<style>
 span { border-color: #B7867E; }

 span { border-color: rgb(183,134,126); }

 td.TdClassName
 {
   border-color: #B7867E;
 }
 .TagClassName
 {
   border-color: #B7867E;
 }
</style>