#B67F76

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

Shades of Brandy Rose #B67F76

Tints of Brandy Rose #B67F76

Color information

#B67F76 (or 0xB67F76) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 76. RGB value is (182,127,118). Sum of RGB (Red+Green+Blue) = 182+127+118=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F76 is #498089. Grayscale: #8E8E8E. Windows color (decimal): -4817034 or 7765942. OLE color: 7765942.

HSL color Cylindrical-coordinate representation of color #B67F76: hue angle of 8.44º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B67F76 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182127118-
CMYK00.300.350.29
HSL8.44º30.48%58.82%-
HSV(B)8.44º35.16%71.37%-
XYZ30.1526.4320.65-
YUV142.42114.22156.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=42.62%
G=29.74%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212711800.300.350.298.4430.4858.82
HexB67F7601E231D81e3b
Octal2661771660364335103673
Binary101101101111111111011001111010001111101100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F76; }

 p { color: rgb(182,127,118); }

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

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

 a { background-color: rgb(182,127,118); }

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

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

 span { border-color: rgb(182,127,118); }

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