#B7876D

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

Shades of Brandy Rose #B7876D

Tints of Brandy Rose #B7876D

Color information

#B7876D (or 0xB7876D) is unknown color: approx Brandy Rose. HEX triplet: B7, 87 and 6D. RGB value is (183,135,109). Sum of RGB (Red+Green+Blue) = 183+135+109=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7876D is #487892. Grayscale: #929292. Windows color (decimal): -4749459 or 7178167. OLE color: 7178167.

HSL color Cylindrical-coordinate representation of color #B7876D: hue angle of 21.08º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7876D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183135109-
CMYK00.260.400.28
HSL21.08º33.94%57.25%-
HSV(B)21.08º40.44%71.76%-
XYZ30.9528.518.34-
YUV146.39106.9154.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=42.86%
G=31.62%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313510900.260.400.2821.0833.9457.25
HexB7876D01A281C152239
Octal2672071550325034254271
Binary101101111000011111011010110101010001110010101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7876D; }

 p { color: rgb(183,135,109); }

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

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

 a { background-color: rgb(183,135,109); }

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

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

 span { border-color: rgb(183,135,109); }

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