#B8908C

Color #B8908C Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #B8908C

Tints of Rosy Brown #B8908C

Color information

#B8908C (or 0xB8908C) is unknown color: approx Rosy Brown. HEX triplet: B8, 90 and 8C. RGB value is (184,144,140). Sum of RGB (Red+Green+Blue) = 184+144+140=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8908C is #476F73. Grayscale: #9B9B9B. Windows color (decimal): -4681588 or 9212088. OLE color: 9212088.

HSL color Cylindrical-coordinate representation of color #B8908C: hue angle of 5.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8908C is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB184144140-
CMYK00.220.240.28
HSL5.45º23.66%63.53%-
HSV(B)5.45º23.91%72.16%-
XYZ34.4732.0329.18-
YUV155.5119.25148.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=39.32%
G=30.77%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414414000.220.240.285.4523.6663.53
HexB8908C016181C51840
Octal2702202140263034530100
Binary1011100010010000100011000101101100011100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8908C; }

 p { color: rgb(184,144,140); }

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

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

 a { background-color: rgb(184,144,140); }

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

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

 span { border-color: rgb(184,144,140); }

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