Html Css Color HEX #B99494 Rosy Brown

📋 copy color: '#B99494'

red 185 ◦ green 148 ◦ blue 148

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

Shades of Rosy Brown #B99494

Tints of Rosy Brown #B99494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 38.46%
G = 30.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B99494 (or 0xB99494) is known color: Rosy Brown. HEX triplet: B9, 94 and 94. RGB value is (185,148,148). Sum of RGB (Red+Green+Blue) = 185+148+148=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99494 is #466B6B. Grayscale: #9F9F9F. Windows color (decimal): -4615020 or 9737401. OLE color: 9737401.

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

Color convert

RGB 185 148 148 -
CMYK 0 0.20 0.20 0.27
HSL 0.21% 0.65% -
HSV(B) 0.2% 0.73% -
XYZ 35.94 33.63 32.61 -
YUV 159.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 185 148 148 0 0.20 0.20 0.27 0 0.21 0.65
Hex B9 94 94 0 14 14 1B 0 15 41
Octal 271 224 224 0 24 24 33 0 25 101
Binary 10111001 10010100 10010100 0 10100 10100 11011 0 10101 1000001

Color Harmonies of #B99494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99494

Black with #B99494

Text Example


Text Example

White with #B99494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99494; }

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

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

background-color css

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

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

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

border-color css

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

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

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