#B7867B

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

Shades of Brandy Rose #B7867B

Tints of Brandy Rose #B7867B

Color information

#B7867B (or 0xB7867B) is unknown color: approx Brandy Rose. HEX triplet: B7, 86 and 7B. RGB value is (183,134,123). Sum of RGB (Red+Green+Blue) = 183+134+123=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7867B is #487984. Grayscale: #939393. Windows color (decimal): -4749701 or 8095415. OLE color: 8095415.

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

Color convert

RGB183134123-
CMYK00.270.330.28
HSL11º29.41%60%-
HSV(B)11º32.79%71.76%-
XYZ31.6328.5522.58-
YUV147.4114.23153.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=41.59%
G=30.45%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313412300.270.330.281129.4160
HexB7867B01B211Cb1d3c
Octal2672061730334134133574
Binary1011011110000110111101101101110000111100101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7867B; }

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

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

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

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

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

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

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

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