#B38677

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

Shades of Brandy Rose #B38677

Tints of Brandy Rose #B38677

Color information

#B38677 (or 0xB38677) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 77. RGB value is (179,134,119). Sum of RGB (Red+Green+Blue) = 179+134+119=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B38677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38677 is #4C7988. Grayscale: #919191. Windows color (decimal): -5011849 or 7833267. OLE color: 7833267.

HSL color Cylindrical-coordinate representation of color #B38677: hue angle of 15º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38677 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179134119-
CMYK00.250.340.30
HSL15º28.3%58.43%-
HSV(B)15º33.52%70.2%-
XYZ30.4527.9721.25-
YUV145.74112.91151.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=41.44%
G=31.02%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913411900.250.340.301528.358.43
HexB38677019221Ef1c3a
Octal2632061670314236173472
Binary1011001110000110111011101100110001011110111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38677; }

 p { color: rgb(179,134,119); }

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

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

 a { background-color: rgb(179,134,119); }

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

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

 span { border-color: rgb(179,134,119); }

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