Html Css Color HEX #B99525 Sahara

📋 copy color: '#B99525'

red 185 ◦ green 149 ◦ blue 37

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

Shades of Sahara #B99525

Tints of Sahara #B99525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 49.87%
G = 40.16%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B99525 (or 0xB99525) is known color: Sahara. HEX triplet: B9, 95 and 25. RGB value is (185,149,37). Sum of RGB (Red+Green+Blue) = 185+149+37=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B99525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99525 is #466ADA. Grayscale: #939393. Windows color (decimal): -4614875 or 2463161. OLE color: 2463161.

HSL color Cylindrical-coordinate representation of color #B99525: hue angle of 45.41º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B99525 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 37 -
CMYK 0 0.19 0.80 0.27
HSL 45.41º 0.67% 0.44% -
HSV(B) 45.41º 0.8% 0.73% -
XYZ 31.09 31.94 6.28 -
YUV 147 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 185 149 37 0 0.19 0.80 0.27 45.41 0.67 0.44
Hex B9 95 25 0 13 50 1B 2D 43 2C
Octal 271 225 45 0 23 120 33 55 103 54
Binary 10111001 10010101 100101 0 10011 1010000 11011 101101 1000011 101100

Color Harmonies of #B99525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99525

Black with #B99525

Text Example


Text Example

White with #B99525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99525; }

 p { color: rgb(185,149,37); }

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

background-color css

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

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

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

border-color css

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

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

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