#B67F6C

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

Shades of Brandy Rose #B67F6C

Tints of Brandy Rose #B67F6C

Color information

#B67F6C (or 0xB67F6C) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 6C. RGB value is (182,127,108). Sum of RGB (Red+Green+Blue) = 182+127+108=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F6C is #498093. Grayscale: #8D8D8D. Windows color (decimal): -4817044 or 7110582. OLE color: 7110582.

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

Color convert

RGB182127108-
CMYK00.300.410.29
HSL15.41º33.64%56.86%-
HSV(B)15.41º40.66%71.37%-
XYZ29.5926.2117.69-
YUV141.28109.22157.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=43.65%
G=30.46%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212710800.300.410.2915.4133.6456.86
HexB67F6C01E291Df2239
Octal2661771540365135174271
Binary1011011011111111101100011110101001111011111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F6C; }

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

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

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

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

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

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

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

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