Html Css Color HEX #B47201 Dark Goldenrod

📋 copy color: '#B47201'

red 180 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #B47201

Tints of Dark Goldenrod #B47201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.64%

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

R = 61.02%
G = 38.64%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B47201 (or 0xB47201) is known color: Dark Goldenrod. HEX triplet: B4, 72 and 01. RGB value is (180,114,1). Sum of RGB (Red+Green+Blue) = 180+114+1=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B47201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47201 is #4B8DFE. Grayscale: #797979. Windows color (decimal): -4951551 or 94900. OLE color: 94900.

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

Color convert

RGB 180 114 1 -
CMYK 0 0.37 0.99 0.29
HSL 37.88º 0.99% 0.35% -
HSV(B) 37.88º 0.99% 0.71% -
XYZ 24.85 21.74 2.92 -
YUV 120.85 60.37 170.19 -
System Red Green Blue C M Y K H S L
Decimal 180 114 1 0 0.37 0.99 0.29 37.88 0.99 0.35
Hex B4 72 1 0 25 63 1D 26 63 23
Octal 264 162 1 0 45 143 35 46 143 43
Binary 10110100 1110010 1 0 100101 1100011 11101 100110 1100011 100011

Color Harmonies of #B47201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47201

Black with #B47201

Text Example


Text Example

White with #B47201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47201; }

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

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

background-color css

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

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

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

border-color css

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

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

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