Html Css Color HEX #B39E29 Sahara

📋 copy color: '#B39E29'

red 179 ◦ green 158 ◦ blue 41

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

Shades of Sahara #B39E29

Tints of Sahara #B39E29

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

 BLUE value IS 41 (16.41% from 255) = 10.85%

R = 47.35%
G = 41.8%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B39E29 (or 0xB39E29) is known color: Sahara. HEX triplet: B3, 9E and 29. RGB value is (179,158,41). Sum of RGB (Red+Green+Blue) = 179+158+41=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39E29 is #4C61D6. Grayscale: #979797. Windows color (decimal): -5005783 or 2727603. OLE color: 2727603.

HSL color Cylindrical-coordinate representation of color #B39E29: hue angle of 50.87º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B39E29 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 158 41 -
CMYK 0 0.12 0.77 0.30
HSL 50.87º 0.63% 0.43% -
HSV(B) 50.87º 0.77% 0.7% -
XYZ 31.22 34.2 7.05 -
YUV 150.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 179 158 41 0 0.12 0.77 0.30 50.87 0.63 0.43
Hex B3 9E 29 0 C 4D 1E 33 3F 2B
Octal 263 236 51 0 14 115 36 63 77 53
Binary 10110011 10011110 101001 0 1100 1001101 11110 110011 111111 101011

Color Harmonies of #B39E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39E29

Black with #B39E29

Text Example


Text Example

White with #B39E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39E29; }

 p { color: rgb(179,158,41); }

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

background-color css

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

 a { background-color: rgb(179,158,41); }

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

border-color css

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

 span { border-color: rgb(179,158,41); }

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