#B08C8B

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

Shades of Rosy Brown #B08C8B

Tints of Rosy Brown #B08C8B

Color information

#B08C8B (or 0xB08C8B) is unknown color: approx Rosy Brown. HEX triplet: B0, 8C and 8B. RGB value is (176,140,139). Sum of RGB (Red+Green+Blue) = 176+140+139=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08C8B is #4F7374. Grayscale: #969696. Windows color (decimal): -5206901 or 9145520. OLE color: 9145520.

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

Color convert

RGB176140139-
CMYK00.200.210.31
HSL1.62º18.97%61.76%-
HSV(B)1.62º21.02%69.02%-
XYZ31.9429.8528.5-
YUV150.65121.43146.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=38.68%
G=30.77%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614013900.200.210.311.6218.9761.76
HexB08C8B014151F2133e
Octal260214213024253722376
Binary10110000100011001000101101010010101111111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C8B; }

 p { color: rgb(176,140,139); }

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

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

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

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

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

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

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