Html Css Color HEX #B39101 Dark Goldenrod

📋 copy color: '#B39101'

red 179 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #B39101

Tints of Dark Goldenrod #B39101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.62%

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

R = 55.08%
G = 44.62%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B39101 (or 0xB39101) is known color: Dark Goldenrod. HEX triplet: B3, 91 and 01. RGB value is (179,145,1). Sum of RGB (Red+Green+Blue) = 179+145+1=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B39101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39101 is #4C6EFE. Grayscale: #8B8B8B. Windows color (decimal): -5009151 or 102835. OLE color: 102835.

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

Color convert

RGB 179 145 1 -
CMYK 0 0.19 0.99 0.30
HSL 48.54º 0.99% 0.35% -
HSV(B) 48.54º 0.99% 0.7% -
XYZ 28.72 29.84 4.27 -
YUV 138.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 179 145 1 0 0.19 0.99 0.30 48.54 0.99 0.35
Hex B3 91 1 0 13 63 1E 31 63 23
Octal 263 221 1 0 23 143 36 61 143 43
Binary 10110011 10010001 1 0 10011 1100011 11110 110001 1100011 100011

Color Harmonies of #B39101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39101

Black with #B39101

Text Example


Text Example

White with #B39101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39101; }

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

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

background-color css

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

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

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

border-color css

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

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

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