Html Css Color HEX #B79302 Dark Goldenrod

📋 copy color: '#B79302'

red 183 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #B79302

Tints of Dark Goldenrod #B79302

RGB

 RED value IS 183 (71.88% from 255) = 55.12%

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

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

R = 55.12%
G = 44.28%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B79302 (or 0xB79302) is known color: Dark Goldenrod. HEX triplet: B7, 93 and 02. RGB value is (183,147,2). Sum of RGB (Red+Green+Blue) = 183+147+2=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B79302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79302 is #486CFD. Grayscale: #8D8D8D. Windows color (decimal): -4746494 or 168887. OLE color: 168887.

HSL color Cylindrical-coordinate representation of color #B79302: hue angle of 48.07º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B79302 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 147 2 -
CMYK 0 0.20 0.99 0.28
HSL 48.07º 0.98% 0.36% -
HSV(B) 48.07º 0.99% 0.72% -
XYZ 29.97 30.94 4.45 -
YUV 141.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 183 147 2 0 0.20 0.99 0.28 48.07 0.98 0.36
Hex B7 93 2 0 14 63 1C 30 62 24
Octal 267 223 2 0 24 143 34 60 142 44
Binary 10110111 10010011 10 0 10100 1100011 11100 110000 1100010 100100

Color Harmonies of #B79302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79302

Black with #B79302

Text Example


Text Example

White with #B79302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79302; }

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

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

background-color css

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

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

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

border-color css

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

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

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