Html Css Color HEX #B99491 Rosy Brown

📋 copy color: '#B99491'

red 185 ◦ green 148 ◦ blue 145

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

Shades of Rosy Brown #B99491

Tints of Rosy Brown #B99491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.33%

R = 38.7%
G = 30.96%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B99491 (or 0xB99491) is known color: Rosy Brown. HEX triplet: B9, 94 and 91. RGB value is (185,148,145). Sum of RGB (Red+Green+Blue) = 185+148+145=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99491 is #466B6E. Grayscale: #9E9E9E. Windows color (decimal): -4615023 or 9540793. OLE color: 9540793.

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

Color convert

RGB 185 148 145 -
CMYK 0 0.20 0.22 0.27
HSL 4.5º 0.22% 0.65% -
HSV(B) 4.5º 0.22% 0.73% -
XYZ 35.71 33.54 31.38 -
YUV 158.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 185 148 145 0 0.20 0.22 0.27 4.5 0.22 0.65
Hex B9 94 91 0 14 16 1B 4 16 41
Octal 271 224 221 0 24 26 33 4 26 101
Binary 10111001 10010100 10010001 0 10100 10110 11011 100 10110 1000001

Color Harmonies of #B99491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99491

Black with #B99491

Text Example


Text Example

White with #B99491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99491; }

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

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

background-color css

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

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

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

border-color css

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

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

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