Html Css Color HEX #B58D8C Rosy Brown

📋 copy color: '#B58D8C'

red 181 ◦ green 141 ◦ blue 140

#B58D8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #B58D8C

Tints of Rosy Brown #B58D8C

RGB

 RED value IS 181 (71.09% from 255) = 39.18%

 GREEN value IS 141 (55.47% from 255) = 30.52%

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 39.18%
G = 30.52%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B58D8C (or 0xB58D8C) is known color: Rosy Brown. HEX triplet: B5, 8D and 8C. RGB value is (181,141,140). Sum of RGB (Red+Green+Blue) = 181+141+140=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D8C is #4A7273. Grayscale: #989898. Windows color (decimal): -4878964 or 9211317. OLE color: 9211317.

HSL color Cylindrical-coordinate representation of color #B58D8C: hue angle of 1.46º 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 #B58D8C is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 141 140 -
CMYK 0 0.22 0.23 0.29
HSL 1.46º 0.22% 0.63% -
HSV(B) 1.46º 0.23% 0.71% -
XYZ 33.31 30.77 28.99 -
YUV 152.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 181 141 140 0 0.22 0.23 0.29 1.46 0.22 0.63
Hex B5 8D 8C 0 16 17 1D 1 16 3F
Octal 265 215 214 0 26 27 35 1 26 77
Binary 10110101 10001101 10001100 0 10110 10111 11101 1 10110 111111

Color Harmonies of #B58D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58D8C

Black with #B58D8C

Text Example


Text Example

White with #B58D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58D8C; }

 p { color: rgb(181,141,140); }

 H1.HeaderClassName
 {
   color: #B58D8C;
 }
 .AnyTagClassName
 {
   color: #B58D8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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