#B68577

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

Shades of Brandy Rose #B68577

Tints of Brandy Rose #B68577

Color information

#B68577 (or 0xB68577) is unknown color: approx Brandy Rose. HEX triplet: B6, 85 and 77. RGB value is (182,133,119). Sum of RGB (Red+Green+Blue) = 182+133+119=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B68577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68577 is #497A88. Grayscale: #929292. Windows color (decimal): -4815497 or 7833014. OLE color: 7833014.

HSL color Cylindrical-coordinate representation of color #B68577: hue angle of 13.33º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68577 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182133119-
CMYK00.270.350.29
HSL13.33º30.14%59.02%-
HSV(B)13.33º34.62%71.37%-
XYZ31.0128.0521.23-
YUV146.06112.73153.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 119 (46.88% from 255) = 27.42%
R=41.94%
G=30.65%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213311900.270.350.2913.3330.1459.02
HexB6857701B231Dd1e3b
Octal2662051670334335153673
Binary1011011010000101111011101101110001111101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68577; }

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

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

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

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

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

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

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

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