#B67F74

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

Shades of Brandy Rose #B67F74

Tints of Brandy Rose #B67F74

Color information

#B67F74 (or 0xB67F74) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 74. RGB value is (182,127,116). Sum of RGB (Red+Green+Blue) = 182+127+116=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F74 is #49808B. Grayscale: #8E8E8E. Windows color (decimal): -4817036 or 7634870. OLE color: 7634870.

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

Color convert

RGB182127116-
CMYK00.300.360.29
HSL10º31.13%58.43%-
HSV(B)10º36.26%71.37%-
XYZ30.0326.3820.03-
YUV142.19113.22156.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=42.82%
G=29.88%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212711600.300.360.291031.1358.43
HexB67F7401E241Da1f3a
Octal2661771640364435123772
Binary101101101111111111010001111010010011101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F74; }

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

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

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

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

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

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

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

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