Html Css Color HEX #B39C20 Sahara

📋 copy color: '#B39C20'

red 179 ◦ green 156 ◦ blue 32

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

Shades of Sahara #B39C20

Tints of Sahara #B39C20

RGB

 RED value IS 179 (70.31% from 255) = 48.77%

 GREEN value IS 156 (61.33% from 255) = 42.51%

 BLUE value IS 32 (12.89% from 255) = 8.72%

R = 48.77%
G = 42.51%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B39C20 (or 0xB39C20) is known color: Sahara. HEX triplet: B3, 9C and 20. RGB value is (179,156,32). Sum of RGB (Red+Green+Blue) = 179+156+32=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C20 is #4C63DF. Grayscale: #959595. Windows color (decimal): -5006304 or 2137267. OLE color: 2137267.

HSL color Cylindrical-coordinate representation of color #B39C20: hue angle of 50.61º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B39C20 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 156 32 -
CMYK 0 0.13 0.82 0.30
HSL 50.61º 0.7% 0.41% -
HSV(B) 50.61º 0.82% 0.7% -
XYZ 30.74 33.46 6.21 -
YUV 148.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 179 156 32 0 0.13 0.82 0.30 50.61 0.7 0.41
Hex B3 9C 20 0 D 52 1E 33 46 29
Octal 263 234 40 0 15 122 36 63 106 51
Binary 10110011 10011100 100000 0 1101 1010010 11110 110011 1000110 101001

Color Harmonies of #B39C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C20

Black with #B39C20

Text Example


Text Example

White with #B39C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C20; }

 p { color: rgb(179,156,32); }

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

background-color css

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

 a { background-color: rgb(179,156,32); }

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

border-color css

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

 span { border-color: rgb(179,156,32); }

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