Html Css Color HEX #B59393 Rosy Brown

📋 copy color: '#B59393'

red 181 ◦ green 147 ◦ blue 147

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

Shades of Rosy Brown #B59393

Tints of Rosy Brown #B59393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 38.11%
G = 30.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B59393 (or 0xB59393) is known color: Rosy Brown. HEX triplet: B5, 93 and 93. RGB value is (181,147,147). Sum of RGB (Red+Green+Blue) = 181+147+147=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B59393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59393 is #4A6C6C. Grayscale: #9D9D9D. Windows color (decimal): -4877421 or 9671605. OLE color: 9671605.

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

Color convert

RGB 181 147 147 -
CMYK 0 0.19 0.19 0.29
HSL 0.19% 0.64% -
HSV(B) 0.19% 0.71% -
XYZ 34.76 32.8 32.1 -
YUV 157.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 181 147 147 0 0.19 0.19 0.29 0 0.19 0.64
Hex B5 93 93 0 13 13 1D 0 13 40
Octal 265 223 223 0 23 23 35 0 23 100
Binary 10110101 10010011 10010011 0 10011 10011 11101 0 10011 1000000

Color Harmonies of #B59393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59393

Black with #B59393

Text Example


Text Example

White with #B59393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59393; }

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

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

background-color css

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

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

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

border-color css

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

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

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