Html Css Color HEX #B39700 Dark Goldenrod

📋 copy color: '#B39700'

red 179 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #B39700

Tints of Dark Goldenrod #B39700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.24%
G = 45.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B39700 (or 0xB39700) is known color: Dark Goldenrod. HEX triplet: B3, 97 and 00. RGB value is (179,151,0). Sum of RGB (Red+Green+Blue) = 179+151+0=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B39700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39700 is #4C68FF. Grayscale: #8E8E8E. Windows color (decimal): -5007616 or 38835. OLE color: 38835.

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

Color convert

RGB 179 151 0 -
CMYK 0 0.16 1 0.30
HSL 50.61º 1% 0.35% -
HSV(B) 50.61º 1% 0.7% -
XYZ 29.66 31.72 4.56 -
YUV 142.16 47.78 154.28 -
System Red Green Blue C M Y K H S L
Decimal 179 151 0 0 0.16 1 0.30 50.61 1 0.35
Hex B3 97 0 0 10 64 1E 33 64 23
Octal 263 227 0 0 20 144 36 63 144 43
Binary 10110011 10010111 0 0 10000 1100100 11110 110011 1100100 100011

Color Harmonies of #B39700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39700

Black with #B39700

Text Example


Text Example

White with #B39700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39700; }

 p { color: rgb(179,151,0); }

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

background-color css

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

 a { background-color: rgb(179,151,0); }

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

border-color css

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

 span { border-color: rgb(179,151,0); }

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