Html Css Color HEX #B4991F Sahara

📋 copy color: '#B4991F'

red 180 ◦ green 153 ◦ blue 31

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

Shades of Sahara #B4991F

Tints of Sahara #B4991F

RGB

 RED value IS 180 (70.7% from 255) = 49.45%

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

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 49.45%
G = 42.03%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4991F (or 0xB4991F) is known color: Sahara. HEX triplet: B4, 99 and 1F. RGB value is (180,153,31). Sum of RGB (Red+Green+Blue) = 180+153+31=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B4991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4991F is #4B66E0. Grayscale: #939393. Windows color (decimal): -4941537 or 2070964. OLE color: 2070964.

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

Color convert

RGB 180 153 31 -
CMYK 0 0.15 0.83 0.29
HSL 49.13º 0.71% 0.41% -
HSV(B) 49.13º 0.83% 0.71% -
XYZ 30.46 32.58 5.98 -
YUV 147.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 180 153 31 0 0.15 0.83 0.29 49.13 0.71 0.41
Hex B4 99 1F 0 F 53 1D 31 47 29
Octal 264 231 37 0 17 123 35 61 107 51
Binary 10110100 10011001 11111 0 1111 1010011 11101 110001 1000111 101001

Color Harmonies of #B4991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4991F

Black with #B4991F

Text Example


Text Example

White with #B4991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4991F; }

 p { color: rgb(180,153,31); }

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

background-color css

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

 a { background-color: rgb(180,153,31); }

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

border-color css

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

 span { border-color: rgb(180,153,31); }

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