Html Css Color HEX #B39302 Dark Goldenrod

📋 copy color: '#B39302'

red 179 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #B39302

Tints of Dark Goldenrod #B39302

RGB

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

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

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

R = 54.57%
G = 44.82%
B = 0.61%

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

#B39302 (or 0xB39302) is known color: Dark Goldenrod. HEX triplet: B3, 93 and 02. RGB value is (179,147,2). Sum of RGB (Red+Green+Blue) = 179+147+2=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B39302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39302 is #4C6CFD. Grayscale: #8C8C8C. Windows color (decimal): -5008638 or 168883. OLE color: 168883.

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

Color convert

RGB 179 147 2 -
CMYK 0 0.18 0.99 0.30
HSL 49.15º 0.98% 0.35% -
HSV(B) 49.15º 0.99% 0.7% -
XYZ 29.04 30.46 4.41 -
YUV 140.04 50.1 155.79 -
System Red Green Blue C M Y K H S L
Decimal 179 147 2 0 0.18 0.99 0.30 49.15 0.98 0.35
Hex B3 93 2 0 12 63 1E 31 62 23
Octal 263 223 2 0 22 143 36 61 142 43
Binary 10110011 10010011 10 0 10010 1100011 11110 110001 1100010 100011

Color Harmonies of #B39302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39302

Black with #B39302

Text Example


Text Example

White with #B39302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39302; }

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

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

background-color css

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

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

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

border-color css

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

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

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