Html Css Color HEX #B39830 Sahara

📋 copy color: '#B39830'

red 179 ◦ green 152 ◦ blue 48

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

Shades of Sahara #B39830

Tints of Sahara #B39830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

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

R = 47.23%
G = 40.11%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B39830 (or 0xB39830) is known color: Sahara. HEX triplet: B3, 98 and 30. RGB value is (179,152,48). Sum of RGB (Red+Green+Blue) = 179+152+48=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B39830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39830 is #4C67CF. Grayscale: #949494. Windows color (decimal): -5007312 or 3184819. OLE color: 3184819.

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

Color convert

RGB 179 152 48 -
CMYK 0 0.15 0.73 0.30
HSL 47.63º 0.58% 0.45% -
HSV(B) 47.63º 0.73% 0.7% -
XYZ 30.35 32.25 7.42 -
YUV 148.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 179 152 48 0 0.15 0.73 0.30 47.63 0.58 0.45
Hex B3 98 30 0 F 49 1E 30 3A 2D
Octal 263 230 60 0 17 111 36 60 72 55
Binary 10110011 10011000 110000 0 1111 1001001 11110 110000 111010 101101

Color Harmonies of #B39830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39830

Black with #B39830

Text Example


Text Example

White with #B39830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39830; }

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

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

background-color css

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

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

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

border-color css

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

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

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