#B67F6D

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

Shades of Brandy Rose #B67F6D

Tints of Brandy Rose #B67F6D

Color information

#B67F6D (or 0xB67F6D) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 6D. RGB value is (182,127,109). Sum of RGB (Red+Green+Blue) = 182+127+109=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F6D is #498092. Grayscale: #8D8D8D. Windows color (decimal): -4817043 or 7176118. OLE color: 7176118.

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

Color convert

RGB182127109-
CMYK00.300.400.29
HSL14.79º33.33%57.06%-
HSV(B)14.79º40.11%71.37%-
XYZ29.6426.2317.97-
YUV141.39109.72156.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=43.54%
G=30.38%
B=26.08%

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
Decimal18212710900.300.400.2914.7933.3357.06
HexB67F6D01E281Df2139
Octal2661771550365035174171
Binary1011011011111111101101011110101000111011111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F6D; }

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

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

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

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

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

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

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

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