Html Css Color HEX #B58484 Rosy Brown

📋 copy color: '#B58484'

red 181 ◦ green 132 ◦ blue 132

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

Shades of Rosy Brown #B58484

Tints of Rosy Brown #B58484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.66%

 BLUE value IS 132 (51.95% from 255) = 29.66%

R = 40.67%
G = 29.66%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B58484 (or 0xB58484) is known color: Rosy Brown. HEX triplet: B5, 84 and 84. RGB value is (181,132,132). Sum of RGB (Red+Green+Blue) = 181+132+132=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B58484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58484 is #4A7B7B. Grayscale: #929292. Windows color (decimal): -4881276 or 8684725. OLE color: 8684725.

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

Color convert

RGB 181 132 132 -
CMYK 0 0.27 0.27 0.29
HSL 0.25% 0.61% -
HSV(B) 0.27% 0.71% -
XYZ 31.47 27.99 25.57 -
YUV 146.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 181 132 132 0 0.27 0.27 0.29 0 0.25 0.61
Hex B5 84 84 0 1B 1B 1D 0 19 3D
Octal 265 204 204 0 33 33 35 0 31 75
Binary 10110101 10000100 10000100 0 11011 11011 11101 0 11001 111101

Color Harmonies of #B58484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58484

Black with #B58484

Text Example


Text Example

White with #B58484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58484; }

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

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

background-color css

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

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

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

border-color css

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

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

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