Html Css Color HEX #B99492 Rosy Brown

📋 copy color: '#B99492'

red 185 ◦ green 148 ◦ blue 146

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

Shades of Rosy Brown #B99492

Tints of Rosy Brown #B99492

RGB

 RED value IS 185 (72.66% from 255) = 38.62%

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

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

R = 38.62%
G = 30.9%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B99492 (or 0xB99492) is known color: Rosy Brown. HEX triplet: B9, 94 and 92. RGB value is (185,148,146). Sum of RGB (Red+Green+Blue) = 185+148+146=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B99492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99492 is #466B6D. Grayscale: #9E9E9E. Windows color (decimal): -4615022 or 9606329. OLE color: 9606329.

HSL color Cylindrical-coordinate representation of color #B99492: hue angle of 3.08º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B99492 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 146 -
CMYK 0 0.20 0.21 0.27
HSL 3.08º 0.22% 0.65% -
HSV(B) 3.08º 0.21% 0.73% -
XYZ 35.79 33.57 31.79 -
YUV 158.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 185 148 146 0 0.20 0.21 0.27 3.08 0.22 0.65
Hex B9 94 92 0 14 15 1B 3 16 41
Octal 271 224 222 0 24 25 33 3 26 101
Binary 10111001 10010100 10010010 0 10100 10101 11011 11 10110 1000001

Color Harmonies of #B99492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99492

Black with #B99492

Text Example


Text Example

White with #B99492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99492; }

 p { color: rgb(185,148,146); }

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

background-color css

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

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

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

border-color css

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

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

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