Html Css Color HEX #B79401 Dark Goldenrod

📋 copy color: '#B79401'

red 183 ◦ green 148 ◦ blue 1

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

Shades of Dark Goldenrod #B79401

Tints of Dark Goldenrod #B79401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 55.12%
G = 44.58%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B79401 (or 0xB79401) is known color: Dark Goldenrod. HEX triplet: B7, 94 and 01. RGB value is (183,148,1). Sum of RGB (Red+Green+Blue) = 183+148+1=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B79401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79401 is #486BFE. Grayscale: #8E8E8E. Windows color (decimal): -4746239 or 103607. OLE color: 103607.

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

Color convert

RGB 183 148 1 -
CMYK 0 0.19 0.99 0.28
HSL 48.46º 0.99% 0.36% -
HSV(B) 48.46º 0.99% 0.72% -
XYZ 30.12 31.25 4.47 -
YUV 141.71 48.6 157.45 -
System Red Green Blue C M Y K H S L
Decimal 183 148 1 0 0.19 0.99 0.28 48.46 0.99 0.36
Hex B7 94 1 0 13 63 1C 30 63 24
Octal 267 224 1 0 23 143 34 60 143 44
Binary 10110111 10010100 1 0 10011 1100011 11100 110000 1100011 100100

Color Harmonies of #B79401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79401

Black with #B79401

Text Example


Text Example

White with #B79401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79401; }

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

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

background-color css

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

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

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

border-color css

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

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

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