Html Css Color HEX #B39301 Dark Goldenrod

📋 copy color: '#B39301'

red 179 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #B39301

Tints of Dark Goldenrod #B39301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.95%

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

R = 54.74%
G = 44.95%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B39301 (or 0xB39301) is known color: Dark Goldenrod. HEX triplet: B3, 93 and 01. RGB value is (179,147,1). Sum of RGB (Red+Green+Blue) = 179+147+1=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B39301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39301 is #4C6CFE. Grayscale: #8C8C8C. Windows color (decimal): -5008639 or 103347. OLE color: 103347.

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

Color convert

RGB 179 147 1 -
CMYK 0 0.18 0.99 0.30
HSL 49.21º 0.99% 0.35% -
HSV(B) 49.21º 0.99% 0.7% -
XYZ 29.03 30.45 4.38 -
YUV 139.92 49.6 155.87 -
System Red Green Blue C M Y K H S L
Decimal 179 147 1 0 0.18 0.99 0.30 49.21 0.99 0.35
Hex B3 93 1 0 12 63 1E 31 63 23
Octal 263 223 1 0 22 143 36 61 143 43
Binary 10110011 10010011 1 0 10010 1100011 11110 110001 1100011 100011

Color Harmonies of #B39301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39301

Black with #B39301

Text Example


Text Example

White with #B39301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39301; }

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

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

background-color css

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

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

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

border-color css

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

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

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