Html Css Color HEX #B39E2E Sahara

📋 copy color: '#B39E2E'

red 179 ◦ green 158 ◦ blue 46

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

Shades of Sahara #B39E2E

Tints of Sahara #B39E2E

RGB

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

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

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

R = 46.74%
G = 41.25%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B39E2E (or 0xB39E2E) is known color: Sahara. HEX triplet: B3, 9E and 2E. RGB value is (179,158,46). Sum of RGB (Red+Green+Blue) = 179+158+46=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39E2E is #4C61D1. Grayscale: #979797. Windows color (decimal): -5005778 or 3055283. OLE color: 3055283.

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

Color convert

RGB 179 158 46 -
CMYK 0 0.12 0.74 0.30
HSL 50.53º 0.59% 0.44% -
HSV(B) 50.53º 0.74% 0.7% -
XYZ 31.31 34.23 7.54 -
YUV 151.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 179 158 46 0 0.12 0.74 0.30 50.53 0.59 0.44
Hex B3 9E 2E 0 C 4A 1E 33 3B 2C
Octal 263 236 56 0 14 112 36 63 73 54
Binary 10110011 10011110 101110 0 1100 1001010 11110 110011 111011 101100

Color Harmonies of #B39E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39E2E

Black with #B39E2E

Text Example


Text Example

White with #B39E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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