Html Css Color HEX #B47100 Dark Goldenrod

📋 copy color: '#B47100'

red 180 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #B47100

Tints of Dark Goldenrod #B47100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.57%

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

R = 61.43%
G = 38.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B47100 (or 0xB47100) is known color: Dark Goldenrod. HEX triplet: B4, 71 and 00. RGB value is (180,113,0). Sum of RGB (Red+Green+Blue) = 180+113+0=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B47100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47100 is #4B8EFF. Grayscale: #787878. Windows color (decimal): -4951808 or 29108. OLE color: 29108.

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

Color convert

RGB 180 113 0 -
CMYK 0 0.37 1 0.29
HSL 37.67º 1% 0.35% -
HSV(B) 37.67º 1% 0.71% -
XYZ 24.73 21.51 2.85 -
YUV 120.15 60.2 170.69 -
System Red Green Blue C M Y K H S L
Decimal 180 113 0 0 0.37 1 0.29 37.67 1 0.35
Hex B4 71 0 0 25 64 1D 26 64 23
Octal 264 161 0 0 45 144 35 46 144 43
Binary 10110100 1110001 0 0 100101 1100100 11101 100110 1100100 100011

Color Harmonies of #B47100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47100

Black with #B47100

Text Example


Text Example

White with #B47100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47100; }

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

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

background-color css

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

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

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

border-color css

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

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

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