Html Css Color HEX #B47401 Dark Goldenrod

📋 copy color: '#B47401'

red 180 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #B47401

Tints of Dark Goldenrod #B47401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 60.61%
G = 39.06%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B47401 (or 0xB47401) is known color: Dark Goldenrod. HEX triplet: B4, 74 and 01. RGB value is (180,116,1). Sum of RGB (Red+Green+Blue) = 180+116+1=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B47401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47401 is #4B8BFE. Grayscale: #7A7A7A. Windows color (decimal): -4951039 or 95412. OLE color: 95412.

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

Color convert

RGB 180 116 1 -
CMYK 0 0.36 0.99 0.29
HSL 38.55º 0.99% 0.35% -
HSV(B) 38.55º 0.99% 0.71% -
XYZ 25.07 22.2 2.99 -
YUV 122.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 180 116 1 0 0.36 0.99 0.29 38.55 0.99 0.35
Hex B4 74 1 0 24 63 1D 27 63 23
Octal 264 164 1 0 44 143 35 47 143 43
Binary 10110100 1110100 1 0 100100 1100011 11101 100111 1100011 100011

Color Harmonies of #B47401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47401

Black with #B47401

Text Example


Text Example

White with #B47401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47401; }

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

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

background-color css

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

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

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

border-color css

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

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

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