#B58B8B

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

Shades of Rosy Brown #B58B8B

Tints of Rosy Brown #B58B8B

Color information

#B58B8B (or 0xB58B8B) is unknown color: approx Rosy Brown. HEX triplet: B5, 8B and 8B. RGB value is (181,139,139). Sum of RGB (Red+Green+Blue) = 181+139+139=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B8B is #4A7474. Grayscale: #979797. Windows color (decimal): -4879477 or 9145269. OLE color: 9145269.

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

Color convert

RGB181139139-
CMYK00.230.230.29
HSL22.11%62.75%-
HSV(B)23.2%70.98%-
XYZ32.9530.1528.51-
YUV151.56120.91149-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=39.43%
G=30.28%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113913900.230.230.29022.1162.75
HexB58B8B017171D0163f
Octal265213213027273502677
Binary1011010110001011100010110101111011111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B8B; }

 p { color: rgb(181,139,139); }

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

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

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

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

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

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

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