Html Css Color HEX #B6992D Sahara

📋 copy color: '#B6992D'

red 182 ◦ green 153 ◦ blue 45

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

Shades of Sahara #B6992D

Tints of Sahara #B6992D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 47.89%
G = 40.26%
B = 11.84%

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

#B6992D (or 0xB6992D) is known color: Sahara. HEX triplet: B6, 99 and 2D. RGB value is (182,153,45). Sum of RGB (Red+Green+Blue) = 182+153+45=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6992D is #4966D2. Grayscale: #959595. Windows color (decimal): -4810451 or 2988470. OLE color: 2988470.

HSL color Cylindrical-coordinate representation of color #B6992D: hue angle of 47.3º 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 #B6992D is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 45 -
CMYK 0 0.16 0.75 0.29
HSL 47.3º 0.6% 0.45% -
HSV(B) 47.3º 0.75% 0.71% -
XYZ 31.16 32.92 7.19 -
YUV 149.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 182 153 45 0 0.16 0.75 0.29 47.3 0.6 0.45
Hex B6 99 2D 0 10 4B 1D 2F 3C 2D
Octal 266 231 55 0 20 113 35 57 74 55
Binary 10110110 10011001 101101 0 10000 1001011 11101 101111 111100 101101

Color Harmonies of #B6992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6992D

Black with #B6992D

Text Example


Text Example

White with #B6992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6992D; }

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

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

background-color css

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

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

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

border-color css

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

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

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