Html Css Color HEX #B39525 Sahara

📋 copy color: '#B39525'

red 179 ◦ green 149 ◦ blue 37

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

Shades of Sahara #B39525

Tints of Sahara #B39525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

 BLUE value IS 37 (14.84% from 255) = 10.14%

R = 49.04%
G = 40.82%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B39525 (or 0xB39525) is known color: Sahara. HEX triplet: B3, 95 and 25. RGB value is (179,149,37). Sum of RGB (Red+Green+Blue) = 179+149+37=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B39525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39525 is #4C6ADA. Grayscale: #919191. Windows color (decimal): -5008091 or 2463155. OLE color: 2463155.

HSL color Cylindrical-coordinate representation of color #B39525: hue angle of 47.32º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B39525 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 149 37 -
CMYK 0 0.17 0.79 0.30
HSL 47.32º 0.66% 0.42% -
HSV(B) 47.32º 0.79% 0.7% -
XYZ 29.67 31.21 6.21 -
YUV 145.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 179 149 37 0 0.17 0.79 0.30 47.32 0.66 0.42
Hex B3 95 25 0 11 4F 1E 2F 42 2A
Octal 263 225 45 0 21 117 36 57 102 52
Binary 10110011 10010101 100101 0 10001 1001111 11110 101111 1000010 101010

Color Harmonies of #B39525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39525

Black with #B39525

Text Example


Text Example

White with #B39525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39525; }

 p { color: rgb(179,149,37); }

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

background-color css

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

 a { background-color: rgb(179,149,37); }

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

border-color css

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

 span { border-color: rgb(179,149,37); }

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