#B87D67

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

Shades of Brandy Rose #B87D67

Tints of Brandy Rose #B87D67

Color information

#B87D67 (or 0xB87D67) is unknown color: approx Brandy Rose. HEX triplet: B8, 7D and 67. RGB value is (184,125,103). Sum of RGB (Red+Green+Blue) = 184+125+103=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D67 is #478298. Grayscale: #8C8C8C. Windows color (decimal): -4686489 or 6782392. OLE color: 6782392.

HSL color Cylindrical-coordinate representation of color #B87D67: hue angle of 16.3º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B87D67 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB184125103-
CMYK00.320.440.28
HSL16.3º36.32%56.27%-
HSV(B)16.3º44.02%72.16%-
XYZ29.5525.8416.26-
YUV140.13107.05159.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 103 (40.62% from 255) = 25%
R=44.66%
G=30.34%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412510300.320.440.2816.336.3256.27
HexB87D670202C1C102438
Octal2701751470405434204470
Binary101110001111101110011101000001011001110010000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D67; }

 p { color: rgb(184,125,103); }

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

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

 a { background-color: rgb(184,125,103); }

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

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

 span { border-color: rgb(184,125,103); }

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