Html Css Color HEX #B39501 Dark Goldenrod

📋 copy color: '#B39501'

red 179 ◦ green 149 ◦ blue 1

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

Shades of Dark Goldenrod #B39501

Tints of Dark Goldenrod #B39501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 54.41%
G = 45.29%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B39501 (or 0xB39501) is known color: Dark Goldenrod. HEX triplet: B3, 95 and 01. RGB value is (179,149,1). Sum of RGB (Red+Green+Blue) = 179+149+1=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B39501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39501 is #4C6AFE. Grayscale: #8D8D8D. Windows color (decimal): -5008127 or 103859. OLE color: 103859.

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

Color convert

RGB 179 149 1 -
CMYK 0 0.17 0.99 0.30
HSL 49.89º 0.99% 0.35% -
HSV(B) 49.89º 0.99% 0.7% -
XYZ 29.34 31.08 4.48 -
YUV 141.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 179 149 1 0 0.17 0.99 0.30 49.89 0.99 0.35
Hex B3 95 1 0 11 63 1E 32 63 23
Octal 263 225 1 0 21 143 36 62 143 43
Binary 10110011 10010101 1 0 10001 1100011 11110 110010 1100011 100011

Color Harmonies of #B39501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39501

Black with #B39501

Text Example


Text Example

White with #B39501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39501; }

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

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

background-color css

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

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

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

border-color css

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

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

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