Html Css Color HEX #B39D30 Sahara

📋 copy color: '#B39D30'

red 179 ◦ green 157 ◦ blue 48

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

Shades of Sahara #B39D30

Tints of Sahara #B39D30

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.89%

 BLUE value IS 48 (19.14% from 255) = 12.5%

R = 46.61%
G = 40.89%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B39D30 (or 0xB39D30) is known color: Sahara. HEX triplet: B3, 9D and 30. RGB value is (179,157,48). Sum of RGB (Red+Green+Blue) = 179+157+48=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39D30 is #4C62CF. Grayscale: #979797. Windows color (decimal): -5006032 or 3186099. OLE color: 3186099.

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

Color convert

RGB 179 157 48 -
CMYK 0 0.12 0.73 0.30
HSL 49.92º 0.58% 0.45% -
HSV(B) 49.92º 0.73% 0.7% -
XYZ 31.18 33.91 7.7 -
YUV 151.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 179 157 48 0 0.12 0.73 0.30 49.92 0.58 0.45
Hex B3 9D 30 0 C 49 1E 32 3A 2D
Octal 263 235 60 0 14 111 36 62 72 55
Binary 10110011 10011101 110000 0 1100 1001001 11110 110010 111010 101101

Color Harmonies of #B39D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D30

Black with #B39D30

Text Example


Text Example

White with #B39D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D30; }

 p { color: rgb(179,157,48); }

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

background-color css

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

 a { background-color: rgb(179,157,48); }

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

border-color css

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

 span { border-color: rgb(179,157,48); }

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