Html Css Color HEX #B39A30 Sahara

📋 copy color: '#B39A30'

red 179 ◦ green 154 ◦ blue 48

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

Shades of Sahara #B39A30

Tints of Sahara #B39A30

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

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

R = 46.98%
G = 40.42%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B39A30 (or 0xB39A30) is known color: Sahara. HEX triplet: B3, 9A and 30. RGB value is (179,154,48). Sum of RGB (Red+Green+Blue) = 179+154+48=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A30 is #4C65CF. Grayscale: #959595. Windows color (decimal): -5006800 or 3185331. OLE color: 3185331.

HSL color Cylindrical-coordinate representation of color #B39A30: hue angle of 48.55º 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 #B39A30 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 154 48 -
CMYK 0 0.14 0.73 0.30
HSL 48.55º 0.58% 0.45% -
HSV(B) 48.55º 0.73% 0.7% -
XYZ 30.68 32.91 7.53 -
YUV 149.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 179 154 48 0 0.14 0.73 0.30 48.55 0.58 0.45
Hex B3 9A 30 0 E 49 1E 31 3A 2D
Octal 263 232 60 0 16 111 36 61 72 55
Binary 10110011 10011010 110000 0 1110 1001001 11110 110001 111010 101101

Color Harmonies of #B39A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39A30

Black with #B39A30

Text Example


Text Example

White with #B39A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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