#B67F6E

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

Shades of Brandy Rose #B67F6E

Tints of Brandy Rose #B67F6E

Color information

#B67F6E (or 0xB67F6E) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 6E. RGB value is (182,127,110). Sum of RGB (Red+Green+Blue) = 182+127+110=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F6E is #498091. Grayscale: #8D8D8D. Windows color (decimal): -4817042 or 7241654. OLE color: 7241654.

HSL color Cylindrical-coordinate representation of color #B67F6E: hue angle of 14.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B67F6E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182127110-
CMYK00.300.400.29
HSL14.17º33.03%57.25%-
HSV(B)14.17º39.56%71.37%-
XYZ29.726.2518.25-
YUV141.51110.22156.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=43.44%
G=30.31%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212711000.300.400.2914.1733.0357.25
HexB67F6E01E281De2139
Octal2661771560365035164171
Binary1011011011111111101110011110101000111011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F6E; }

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

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

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

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

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

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

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

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