Html Css Color HEX #B39201 Dark Goldenrod

📋 copy color: '#B39201'

red 179 ◦ green 146 ◦ blue 1

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

Shades of Dark Goldenrod #B39201

Tints of Dark Goldenrod #B39201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

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

R = 54.91%
G = 44.79%
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

#B39201 (or 0xB39201) is known color: Dark Goldenrod. HEX triplet: B3, 92 and 01. RGB value is (179,146,1). Sum of RGB (Red+Green+Blue) = 179+146+1=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B39201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39201 is #4C6DFE. Grayscale: #8B8B8B. Windows color (decimal): -5008895 or 103091. OLE color: 103091.

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

Color convert

RGB 179 146 1 -
CMYK 0 0.18 0.99 0.30
HSL 48.88º 0.99% 0.35% -
HSV(B) 48.88º 0.99% 0.7% -
XYZ 28.87 30.14 4.33 -
YUV 139.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 179 146 1 0 0.18 0.99 0.30 48.88 0.99 0.35
Hex B3 92 1 0 12 63 1E 31 63 23
Octal 263 222 1 0 22 143 36 61 143 43
Binary 10110011 10010010 1 0 10010 1100011 11110 110001 1100011 100011

Color Harmonies of #B39201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39201

Black with #B39201

Text Example


Text Example

White with #B39201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39201; }

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

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

background-color css

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

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

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

border-color css

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

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

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