#B68574

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

Shades of Brandy Rose #B68574

Tints of Brandy Rose #B68574

Color information

#B68574 (or 0xB68574) is unknown color: approx Brandy Rose. HEX triplet: B6, 85 and 74. RGB value is (182,133,116). Sum of RGB (Red+Green+Blue) = 182+133+116=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68574 is #497A8B. Grayscale: #919191. Windows color (decimal): -4815500 or 7636406. OLE color: 7636406.

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

Color convert

RGB182133116-
CMYK00.270.360.29
HSL15.45º31.13%58.43%-
HSV(B)15.45º36.26%71.37%-
XYZ30.8327.9820.3-
YUV145.71111.23153.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=42.23%
G=30.86%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213311600.270.360.2915.4531.1358.43
HexB6857401B241Df1f3a
Octal2662051640334435173772
Binary1011011010000101111010001101110010011101111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68574; }

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

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

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

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

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

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

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

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