Html Css Color HEX #B4992B Sahara

📋 copy color: '#B4992B'

red 180 ◦ green 153 ◦ blue 43

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

Shades of Sahara #B4992B

Tints of Sahara #B4992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 47.87%
G = 40.69%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4992B (or 0xB4992B) is known color: Sahara. HEX triplet: B4, 99 and 2B. RGB value is (180,153,43). Sum of RGB (Red+Green+Blue) = 180+153+43=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4992B is #4B66D4. Grayscale: #949494. Windows color (decimal): -4941525 or 2857396. OLE color: 2857396.

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

Color convert

RGB 180 153 43 -
CMYK 0 0.15 0.76 0.29
HSL 48.18º 0.61% 0.44% -
HSV(B) 48.18º 0.76% 0.71% -
XYZ 30.65 32.66 6.97 -
YUV 148.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 180 153 43 0 0.15 0.76 0.29 48.18 0.61 0.44
Hex B4 99 2B 0 F 4C 1D 30 3D 2C
Octal 264 231 53 0 17 114 35 60 75 54
Binary 10110100 10011001 101011 0 1111 1001100 11101 110000 111101 101100

Color Harmonies of #B4992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4992B

Black with #B4992B

Text Example


Text Example

White with #B4992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4992B; }

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

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

background-color css

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

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

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

border-color css

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

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

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