#B98177

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

Shades of Brandy Rose #B98177

Tints of Brandy Rose #B98177

Color information

#B98177 (or 0xB98177) is unknown color: approx Brandy Rose. HEX triplet: B9, 81 and 77. RGB value is (185,129,119). Sum of RGB (Red+Green+Blue) = 185+129+119=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B98177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98177 is #467E88. Grayscale: #909090. Windows color (decimal): -4619913 or 7831993. OLE color: 7831993.

HSL color Cylindrical-coordinate representation of color #B98177: hue angle of 9.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B98177 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB185129119-
CMYK00.300.360.27
HSL9.09º32.04%59.61%-
HSV(B)9.09º35.68%72.55%-
XYZ31.1927.3521.09-
YUV144.6113.55156.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=42.73%
G=29.79%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512911900.300.360.279.0932.0459.61
HexB9817701E241B9203c
Octal2712011670364433114074
Binary10111001100000011110111011110100100110111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98177; }

 p { color: rgb(185,129,119); }

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

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

 a { background-color: rgb(185,129,119); }

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

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

 span { border-color: rgb(185,129,119); }

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