#B08F8F

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

Shades of Rosy Brown #B08F8F

Tints of Rosy Brown #B08F8F

Color information

#B08F8F (or 0xB08F8F) is unknown color: approx Rosy Brown. HEX triplet: B0, 8F and 8F. RGB value is (176,143,143). Sum of RGB (Red+Green+Blue) = 176+143+143=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F8F is #4F7070. Grayscale: #989898. Windows color (decimal): -5206129 or 9408432. OLE color: 9408432.

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

Color convert

RGB176143143-
CMYK00.190.190.31
HSL17.28%62.55%-
HSV(B)18.75%69.02%-
XYZ32.6830.8630.22-
YUV152.87122.43144.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=38.10%
G=30.95%
B=30.95%

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
Decimal17614314300.190.190.31017.2862.55
HexB08F8F013131F0113f
Octal260217217023233702177
Binary1011000010001111100011110100111001111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F8F; }

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

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

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

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

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

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

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

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