#B7866F

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

Shades of Brandy Rose #B7866F

Tints of Brandy Rose #B7866F

Color information

#B7866F (or 0xB7866F) is unknown color: approx Brandy Rose. HEX triplet: B7, 86 and 6F. RGB value is (183,134,111). Sum of RGB (Red+Green+Blue) = 183+134+111=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7866F is #487990. Grayscale: #929292. Windows color (decimal): -4749713 or 7308983. OLE color: 7308983.

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

Color convert

RGB183134111-
CMYK00.270.390.28
HSL19.17º33.33%57.65%-
HSV(B)19.17º39.34%71.76%-
XYZ30.9228.2718.86-
YUV146.03108.23154.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=42.76%
G=31.31%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313411100.270.390.2819.1733.3357.65
HexB7866F01B271C13213a
Octal2672061570334734234172
Binary101101111000011011011110110111001111110010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7866F; }

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

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

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

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

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

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

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

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