Html Css Color HEX #B79301 Dark Goldenrod

📋 copy color: '#B79301'

red 183 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #B79301

Tints of Dark Goldenrod #B79301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 55.29%
G = 44.41%
B = 0.3%

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

#B79301 (or 0xB79301) is known color: Dark Goldenrod. HEX triplet: B7, 93 and 01. RGB value is (183,147,1). Sum of RGB (Red+Green+Blue) = 183+147+1=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B79301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79301 is #486CFE. Grayscale: #8D8D8D. Windows color (decimal): -4746495 or 103351. OLE color: 103351.

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

Color convert

RGB 183 147 1 -
CMYK 0 0.20 0.99 0.28
HSL 48.13º 0.99% 0.36% -
HSV(B) 48.13º 0.99% 0.72% -
XYZ 29.97 30.94 4.42 -
YUV 141.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 183 147 1 0 0.20 0.99 0.28 48.13 0.99 0.36
Hex B7 93 1 0 14 63 1C 30 63 24
Octal 267 223 1 0 24 143 34 60 143 44
Binary 10110111 10010011 1 0 10100 1100011 11100 110000 1100011 100100

Color Harmonies of #B79301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79301

Black with #B79301

Text Example


Text Example

White with #B79301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79301; }

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

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

background-color css

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

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

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

border-color css

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

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

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