Html Css Color HEX #B99425 Sahara

📋 copy color: '#B99425'

red 185 ◦ green 148 ◦ blue 37

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

Shades of Sahara #B99425

Tints of Sahara #B99425

RGB

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

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

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

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B99425 (or 0xB99425) is known color: Sahara. HEX triplet: B9, 94 and 25. RGB value is (185,148,37). Sum of RGB (Red+Green+Blue) = 185+148+37=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B99425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99425 is #466BDA. Grayscale: #929292. Windows color (decimal): -4615131 or 2462905. OLE color: 2462905.

HSL color Cylindrical-coordinate representation of color #B99425: hue angle of 45º 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 #B99425 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 37 -
CMYK 0 0.20 0.80 0.27
HSL 45º 0.67% 0.44% -
HSV(B) 45º 0.8% 0.73% -
XYZ 30.93 31.63 6.22 -
YUV 146.41 66.26 155.53 -
System Red Green Blue C M Y K H S L
Decimal 185 148 37 0 0.20 0.80 0.27 45 0.67 0.44
Hex B9 94 25 0 14 50 1B 2D 43 2C
Octal 271 224 45 0 24 120 33 55 103 54
Binary 10111001 10010100 100101 0 10100 1010000 11011 101101 1000011 101100

Color Harmonies of #B99425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99425

Black with #B99425

Text Example


Text Example

White with #B99425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99425; }

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

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

background-color css

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

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

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

border-color css

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

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

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