#B67F71

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

Shades of Brandy Rose #B67F71

Tints of Brandy Rose #B67F71

Color information

#B67F71 (or 0xB67F71) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 71. RGB value is (182,127,113). Sum of RGB (Red+Green+Blue) = 182+127+113=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F71 is #49808E. Grayscale: #8D8D8D. Windows color (decimal): -4817039 or 7438262. OLE color: 7438262.

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

Color convert

RGB182127113-
CMYK00.300.380.29
HSL12.17º32.09%57.84%-
HSV(B)12.17º37.91%71.37%-
XYZ29.8626.3219.13-
YUV141.85111.72156.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=43.13%
G=30.09%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212711300.300.380.2912.1732.0957.84
HexB67F7101E261Dc203a
Octal2661771610364635144072
Binary1011011011111111110001011110100110111011100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F71; }

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

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

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

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

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

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

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

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