Html Css Color HEX #B39102 Dark Goldenrod

📋 copy color: '#B39102'

red 179 ◦ green 145 ◦ blue 2

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

Shades of Dark Goldenrod #B39102

Tints of Dark Goldenrod #B39102

RGB

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

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

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

R = 54.91%
G = 44.48%
B = 0.61%

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

#B39102 (or 0xB39102) is known color: Dark Goldenrod. HEX triplet: B3, 91 and 02. RGB value is (179,145,2). Sum of RGB (Red+Green+Blue) = 179+145+2=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B39102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39102 is #4C6EFD. Grayscale: #8B8B8B. Windows color (decimal): -5009150 or 168371. OLE color: 168371.

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

Color convert

RGB 179 145 2 -
CMYK 0 0.19 0.99 0.30
HSL 48.47º 0.98% 0.35% -
HSV(B) 48.47º 0.99% 0.7% -
XYZ 28.73 29.84 4.3 -
YUV 138.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 179 145 2 0 0.19 0.99 0.30 48.47 0.98 0.35
Hex B3 91 2 0 13 63 1E 30 62 23
Octal 263 221 2 0 23 143 36 60 142 43
Binary 10110011 10010001 10 0 10011 1100011 11110 110000 1100010 100011

Color Harmonies of #B39102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39102

Black with #B39102

Text Example


Text Example

White with #B39102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39102; }

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

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

background-color css

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

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

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

border-color css

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

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

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