Html Css Color HEX #B59493 Rosy Brown

📋 copy color: '#B59493'

red 181 ◦ green 148 ◦ blue 147

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

Shades of Rosy Brown #B59493

Tints of Rosy Brown #B59493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

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

R = 38.03%
G = 31.09%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B59493 (or 0xB59493) is known color: Rosy Brown. HEX triplet: B5, 94 and 93. RGB value is (181,148,147). Sum of RGB (Red+Green+Blue) = 181+148+147=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B59493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59493 is #4A6B6C. Grayscale: #9D9D9D. Windows color (decimal): -4877165 or 9671861. OLE color: 9671861.

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

Color convert

RGB 181 148 147 -
CMYK 0 0.18 0.19 0.29
HSL 1.76º 0.19% 0.64% -
HSV(B) 1.76º 0.19% 0.71% -
XYZ 34.91 33.11 32.15 -
YUV 157.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 181 148 147 0 0.18 0.19 0.29 1.76 0.19 0.64
Hex B5 94 93 0 12 13 1D 2 13 40
Octal 265 224 223 0 22 23 35 2 23 100
Binary 10110101 10010100 10010011 0 10010 10011 11101 10 10011 1000000

Color Harmonies of #B59493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59493

Black with #B59493

Text Example


Text Example

White with #B59493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59493; }

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

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

background-color css

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

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

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

border-color css

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

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

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