Html Css Color HEX #B39702 Dark Goldenrod

📋 copy color: '#B39702'

red 179 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #B39702

Tints of Dark Goldenrod #B39702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 53.92%
G = 45.48%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B39702 (or 0xB39702) is known color: Dark Goldenrod. HEX triplet: B3, 97 and 02. RGB value is (179,151,2). Sum of RGB (Red+Green+Blue) = 179+151+2=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B39702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39702 is #4C68FD. Grayscale: #8F8F8F. Windows color (decimal): -5007614 or 169907. OLE color: 169907.

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

Color convert

RGB 179 151 2 -
CMYK 0 0.16 0.99 0.30
HSL 50.51º 0.98% 0.35% -
HSV(B) 50.51º 0.99% 0.7% -
XYZ 29.67 31.72 4.62 -
YUV 142.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 179 151 2 0 0.16 0.99 0.30 50.51 0.98 0.35
Hex B3 97 2 0 10 63 1E 33 62 23
Octal 263 227 2 0 20 143 36 63 142 43
Binary 10110011 10010111 10 0 10000 1100011 11110 110011 1100010 100011

Color Harmonies of #B39702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39702

Black with #B39702

Text Example


Text Example

White with #B39702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39702; }

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

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

background-color css

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

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

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

border-color css

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

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

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