Html Css Color HEX #B5992A Sahara

📋 copy color: '#B5992A'

red 181 ◦ green 153 ◦ blue 42

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

Shades of Sahara #B5992A

Tints of Sahara #B5992A

RGB

 RED value IS 181 (71.09% from 255) = 48.14%

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 42 (16.8% from 255) = 11.17%

R = 48.14%
G = 40.69%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5992A (or 0xB5992A) is known color: Sahara. HEX triplet: B5, 99 and 2A. RGB value is (181,153,42). Sum of RGB (Red+Green+Blue) = 181+153+42=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5992A is #4A66D5. Grayscale: #959595. Windows color (decimal): -4875990 or 2791861. OLE color: 2791861.

HSL color Cylindrical-coordinate representation of color #B5992A: hue angle of 47.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5992A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 153 42 -
CMYK 0 0.15 0.77 0.29
HSL 47.91º 0.62% 0.44% -
HSV(B) 47.91º 0.77% 0.71% -
XYZ 30.87 32.77 6.89 -
YUV 148.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 181 153 42 0 0.15 0.77 0.29 47.91 0.62 0.44
Hex B5 99 2A 0 F 4D 1D 30 3E 2C
Octal 265 231 52 0 17 115 35 60 76 54
Binary 10110101 10011001 101010 0 1111 1001101 11101 110000 111110 101100

Color Harmonies of #B5992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5992A

Black with #B5992A

Text Example


Text Example

White with #B5992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5992A; }

 p { color: rgb(181,153,42); }

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

background-color css

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

 a { background-color: rgb(181,153,42); }

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

border-color css

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

 span { border-color: rgb(181,153,42); }

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