#B98180

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

Shades of Brandy Rose #B98180

Tints of Brandy Rose #B98180

Color information

#B98180 (or 0xB98180) is unknown color: approx Brandy Rose. HEX triplet: B9, 81 and 80. RGB value is (185,129,128). Sum of RGB (Red+Green+Blue) = 185+129+128=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B98180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98180 is #467E7F. Grayscale: #919191. Windows color (decimal): -4619904 or 8421817. OLE color: 8421817.

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

Color convert

RGB185129128-
CMYK00.300.310.27
HSL1.05º28.93%61.37%-
HSV(B)1.05º30.81%72.55%-
XYZ31.7527.5724.07-
YUV145.63118.05156.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=41.86%
G=29.19%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512912800.300.310.271.0528.9361.37
HexB9818001E1F1B11d3d
Octal271201200036373313575
Binary1011100110000001100000000111101111111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98180; }

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

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

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

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

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

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

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

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