Html Css Color HEX #B59292 Rosy Brown

📋 copy color: '#B59292'

red 181 ◦ green 146 ◦ blue 146

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

Shades of Rosy Brown #B59292

Tints of Rosy Brown #B59292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.87%

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 38.27%
G = 30.87%
B = 30.87%

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

#B59292 (or 0xB59292) is known color: Rosy Brown. HEX triplet: B5, 92 and 92. RGB value is (181,146,146). Sum of RGB (Red+Green+Blue) = 181+146+146=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B59292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59292 is #4A6D6D. Grayscale: #9C9C9C. Windows color (decimal): -4877678 or 9605813. OLE color: 9605813.

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

Color convert

RGB 181 146 146 -
CMYK 0 0.19 0.19 0.29
HSL 0.19% 0.64% -
HSV(B) 0.19% 0.71% -
XYZ 34.52 32.46 31.64 -
YUV 156.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 181 146 146 0 0.19 0.19 0.29 0 0.19 0.64
Hex B5 92 92 0 13 13 1D 0 13 40
Octal 265 222 222 0 23 23 35 0 23 100
Binary 10110101 10010010 10010010 0 10011 10011 11101 0 10011 1000000

Color Harmonies of #B59292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59292

Black with #B59292

Text Example


Text Example

White with #B59292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59292; }

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

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

background-color css

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

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

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

border-color css

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

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

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