Html Css Color HEX #B47400 Dark Goldenrod

📋 copy color: '#B47400'

red 180 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #B47400

Tints of Dark Goldenrod #B47400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.81%
G = 39.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B47400 (or 0xB47400) is known color: Dark Goldenrod. HEX triplet: B4, 74 and 00. RGB value is (180,116,0). Sum of RGB (Red+Green+Blue) = 180+116+0=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B47400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47400 is #4B8BFF. Grayscale: #7A7A7A. Windows color (decimal): -4951040 or 29876. OLE color: 29876.

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

Color convert

RGB 180 116 0 -
CMYK 0 0.36 1 0.29
HSL 38.67º 1% 0.35% -
HSV(B) 38.67º 1% 0.71% -
XYZ 25.07 22.19 2.96 -
YUV 121.91 59.2 169.43 -
System Red Green Blue C M Y K H S L
Decimal 180 116 0 0 0.36 1 0.29 38.67 1 0.35
Hex B4 74 0 0 24 64 1D 27 64 23
Octal 264 164 0 0 44 144 35 47 144 43
Binary 10110100 1110100 0 0 100100 1100100 11101 100111 1100100 100011

Color Harmonies of #B47400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47400

Black with #B47400

Text Example


Text Example

White with #B47400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47400; }

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

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

background-color css

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

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

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

border-color css

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

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

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