#B8908F

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

Shades of Rosy Brown #B8908F

Tints of Rosy Brown #B8908F

Color information

#B8908F (or 0xB8908F) is unknown color: approx Rosy Brown. HEX triplet: B8, 90 and 8F. RGB value is (184,144,143). Sum of RGB (Red+Green+Blue) = 184+144+143=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8908F is #476F70. Grayscale: #9B9B9B. Windows color (decimal): -4681585 or 9408696. OLE color: 9408696.

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

Color convert

RGB184144143-
CMYK00.220.220.28
HSL1.46º22.4%64.12%-
HSV(B)1.46º22.28%72.16%-
XYZ34.732.1230.36-
YUV155.85120.75148.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 143 (56.25% from 255) = 30.36%
R=39.07%
G=30.57%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414414300.220.220.281.4622.464.12
HexB8908F016161C11640
Octal2702202170262634126100
Binary10111000100100001000111101011010110111001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8908F; }

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

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

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

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

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

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

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

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