Html Css Color HEX #B47701 Dark Goldenrod

📋 copy color: '#B47701'

red 180 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #B47701

Tints of Dark Goldenrod #B47701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 60%
G = 39.67%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B47701 (or 0xB47701) is known color: Dark Goldenrod. HEX triplet: B4, 77 and 01. RGB value is (180,119,1). Sum of RGB (Red+Green+Blue) = 180+119+1=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B47701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47701 is #4B88FE. Grayscale: #7C7C7C. Windows color (decimal): -4950271 or 96180. OLE color: 96180.

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

Color convert

RGB 180 119 1 -
CMYK 0 0.34 0.99 0.29
HSL 39.55º 0.99% 0.35% -
HSV(B) 39.55º 0.99% 0.71% -
XYZ 25.42 22.9 3.11 -
YUV 123.79 58.71 168.09 -
System Red Green Blue C M Y K H S L
Decimal 180 119 1 0 0.34 0.99 0.29 39.55 0.99 0.35
Hex B4 77 1 0 22 63 1D 28 63 23
Octal 264 167 1 0 42 143 35 50 143 43
Binary 10110100 1110111 1 0 100010 1100011 11101 101000 1100011 100011

Color Harmonies of #B47701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47701

Black with #B47701

Text Example


Text Example

White with #B47701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47701; }

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

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

background-color css

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

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

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

border-color css

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

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

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