#B67D77

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

Shades of Brandy Rose #B67D77

Tints of Brandy Rose #B67D77

Color information

#B67D77 (or 0xB67D77) is unknown color: approx Brandy Rose. HEX triplet: B6, 7D and 77. RGB value is (182,125,119). Sum of RGB (Red+Green+Blue) = 182+125+119=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D77 is #498288. Grayscale: #8D8D8D. Windows color (decimal): -4817545 or 7830966. OLE color: 7830966.

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

Color convert

RGB182125119-
CMYK00.310.350.29
HSL5.71º30.14%59.02%-
HSV(B)5.71º34.62%71.37%-
XYZ29.9525.9420.88-
YUV141.36115.38156.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=42.72%
G=29.34%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212511900.310.350.295.7130.1459.02
HexB67D7701F231D61e3b
Octal266175167037433563673
Binary10110110111110111101110111111000111110111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D77; }

 p { color: rgb(182,125,119); }

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

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

 a { background-color: rgb(182,125,119); }

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

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

 span { border-color: rgb(182,125,119); }

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