#B67B76

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

Shades of Brandy Rose #B67B76

Tints of Brandy Rose #B67B76

Color information

#B67B76 (or 0xB67B76) is unknown color: approx Brandy Rose. HEX triplet: B6, 7B and 76. RGB value is (182,123,118). Sum of RGB (Red+Green+Blue) = 182+123+118=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B76 is #498489. Grayscale: #8C8C8C. Windows color (decimal): -4818058 or 7764918. OLE color: 7764918.

HSL color Cylindrical-coordinate representation of color #B67B76: hue angle of 4.69º 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 #B67B76 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182123118-
CMYK00.320.350.29
HSL4.69º30.48%58.82%-
HSV(B)4.69º35.16%71.37%-
XYZ29.6425.4220.48-
YUV140.07115.55157.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=43.03%
G=29.08%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212311800.320.350.294.6930.4858.82
HexB67B76020231D51e3b
Octal266173166040433553673
Binary101101101111011111011001000001000111110110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B76; }

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

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

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

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

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

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

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

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