Html Css Color HEX #B5992F Sahara

📋 copy color: '#B5992F'

red 181 ◦ green 153 ◦ blue 47

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

Shades of Sahara #B5992F

Tints of Sahara #B5992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.34%

R = 47.51%
G = 40.16%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5992F (or 0xB5992F) is known color: Sahara. HEX triplet: B5, 99 and 2F. RGB value is (181,153,47). Sum of RGB (Red+Green+Blue) = 181+153+47=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5992F is #4A66D0. Grayscale: #959595. Windows color (decimal): -4875985 or 3119541. OLE color: 3119541.

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

Color convert

RGB 181 153 47 -
CMYK 0 0.15 0.74 0.29
HSL 47.46º 0.59% 0.45% -
HSV(B) 47.46º 0.74% 0.71% -
XYZ 30.96 32.81 7.39 -
YUV 149.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 181 153 47 0 0.15 0.74 0.29 47.46 0.59 0.45
Hex B5 99 2F 0 F 4A 1D 2F 3B 2D
Octal 265 231 57 0 17 112 35 57 73 55
Binary 10110101 10011001 101111 0 1111 1001010 11101 101111 111011 101101

Color Harmonies of #B5992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5992F

Black with #B5992F

Text Example


Text Example

White with #B5992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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