#B08E8E

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

Shades of Rosy Brown #B08E8E

Tints of Rosy Brown #B08E8E

Color information

#B08E8E (or 0xB08E8E) is unknown color: approx Rosy Brown. HEX triplet: B0, 8E and 8E. RGB value is (176,142,142). Sum of RGB (Red+Green+Blue) = 176+142+142=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E8E is #4F7171. Grayscale: #989898. Windows color (decimal): -5206386 or 9342640. OLE color: 9342640.

HSL color Cylindrical-coordinate representation of color #B08E8E: hue angle of 0º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08E8E is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176142142-
CMYK00.190.190.31
HSL17.71%62.35%-
HSV(B)19.32%69.02%-
XYZ32.4630.5329.77-
YUV152.17122.26145-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=38.26%
G=30.87%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614214200.190.190.31017.7162.35
HexB08E8E013131F0123e
Octal260216216023233702276
Binary1011000010001110100011100100111001111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E8E; }

 p { color: rgb(176,142,142); }

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

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

 a { background-color: rgb(176,142,142); }

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

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

 span { border-color: rgb(176,142,142); }

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