Html Css Color HEX #B6992E Sahara

📋 copy color: '#B6992E'

red 182 ◦ green 153 ◦ blue 46

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

Shades of Sahara #B6992E

Tints of Sahara #B6992E

RGB

 RED value IS 182 (71.48% from 255) = 47.77%

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

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 47.77%
G = 40.16%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6992E (or 0xB6992E) is known color: Sahara. HEX triplet: B6, 99 and 2E. RGB value is (182,153,46). Sum of RGB (Red+Green+Blue) = 182+153+46=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6992E is #4966D1. Grayscale: #959595. Windows color (decimal): -4810450 or 3054006. OLE color: 3054006.

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

Color convert

RGB 182 153 46 -
CMYK 0 0.16 0.75 0.29
HSL 47.21º 0.6% 0.45% -
HSV(B) 47.21º 0.75% 0.71% -
XYZ 31.18 32.92 7.3 -
YUV 149.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 182 153 46 0 0.16 0.75 0.29 47.21 0.6 0.45
Hex B6 99 2E 0 10 4B 1D 2F 3C 2D
Octal 266 231 56 0 20 113 35 57 74 55
Binary 10110110 10011001 101110 0 10000 1001011 11101 101111 111100 101101

Color Harmonies of #B6992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6992E

Black with #B6992E

Text Example


Text Example

White with #B6992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6992E; }

 p { color: rgb(182,153,46); }

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

background-color css

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

 a { background-color: rgb(182,153,46); }

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

border-color css

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

 span { border-color: rgb(182,153,46); }

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