Html Css Color HEX #B39002 Dark Goldenrod

📋 copy color: '#B39002'

red 179 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #B39002

Tints of Dark Goldenrod #B39002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

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

R = 55.08%
G = 44.31%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B39002 (or 0xB39002) is known color: Dark Goldenrod. HEX triplet: B3, 90 and 02. RGB value is (179,144,2). Sum of RGB (Red+Green+Blue) = 179+144+2=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B39002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39002 is #4C6FFD. Grayscale: #8A8A8A. Windows color (decimal): -5009406 or 168115. OLE color: 168115.

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

Color convert

RGB 179 144 2 -
CMYK 0 0.20 0.99 0.30
HSL 48.14º 0.98% 0.35% -
HSV(B) 48.14º 0.99% 0.7% -
XYZ 28.57 29.53 4.25 -
YUV 138.28 51.1 157.05 -
System Red Green Blue C M Y K H S L
Decimal 179 144 2 0 0.20 0.99 0.30 48.14 0.98 0.35
Hex B3 90 2 0 14 63 1E 30 62 23
Octal 263 220 2 0 24 143 36 60 142 43
Binary 10110011 10010000 10 0 10100 1100011 11110 110000 1100010 100011

Color Harmonies of #B39002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39002

Black with #B39002

Text Example


Text Example

White with #B39002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39002; }

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

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

background-color css

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

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

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

border-color css

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

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

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