Html Css Color HEX #B47901 Dark Goldenrod

📋 copy color: '#B47901'

red 180 ◦ green 121 ◦ blue 1

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

Shades of Dark Goldenrod #B47901

Tints of Dark Goldenrod #B47901

RGB

 RED value IS 180 (70.7% from 255) = 59.6%

 GREEN value IS 121 (47.66% from 255) = 40.07%

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

R = 59.6%
G = 40.07%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B47901 (or 0xB47901) is known color: Dark Goldenrod. HEX triplet: B4, 79 and 01. RGB value is (180,121,1). Sum of RGB (Red+Green+Blue) = 180+121+1=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B47901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47901 is #4B86FE. Grayscale: #7D7D7D. Windows color (decimal): -4949759 or 96692. OLE color: 96692.

HSL color Cylindrical-coordinate representation of color #B47901: hue angle of 40.22º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B47901 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 121 1 -
CMYK 0 0.33 0.99 0.29
HSL 40.22º 0.99% 0.35% -
HSV(B) 40.22º 0.99% 0.71% -
XYZ 25.67 23.38 3.19 -
YUV 124.96 58.05 167.26 -
System Red Green Blue C M Y K H S L
Decimal 180 121 1 0 0.33 0.99 0.29 40.22 0.99 0.35
Hex B4 79 1 0 21 63 1D 28 63 23
Octal 264 171 1 0 41 143 35 50 143 43
Binary 10110100 1111001 1 0 100001 1100011 11101 101000 1100011 100011

Color Harmonies of #B47901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47901

Black with #B47901

Text Example


Text Example

White with #B47901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47901; }

 p { color: rgb(180,121,1); }

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

background-color css

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

 a { background-color: rgb(180,121,1); }

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

border-color css

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

 span { border-color: rgb(180,121,1); }

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