Html Css Color HEX #B47006 Dark Goldenrod

📋 copy color: '#B47006'

red 180 ◦ green 112 ◦ blue 6

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

Shades of Dark Goldenrod #B47006

Tints of Dark Goldenrod #B47006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 60.4%
G = 37.58%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B47006 (or 0xB47006) is known color: Dark Goldenrod. HEX triplet: B4, 70 and 06. RGB value is (180,112,6). Sum of RGB (Red+Green+Blue) = 180+112+6=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B47006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47006 is #4B8FF9. Grayscale: #787878. Windows color (decimal): -4952058 or 422068. OLE color: 422068.

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

Color convert

RGB 180 112 6 -
CMYK 0 0.38 0.97 0.29
HSL 36.55º 0.94% 0.36% -
HSV(B) 36.55º 0.97% 0.71% -
XYZ 24.65 21.3 2.99 -
YUV 120.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 180 112 6 0 0.38 0.97 0.29 36.55 0.94 0.36
Hex B4 70 6 0 26 61 1D 25 5E 24
Octal 264 160 6 0 46 141 35 45 136 44
Binary 10110100 1110000 110 0 100110 1100001 11101 100101 1011110 100100

Color Harmonies of #B47006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47006

Black with #B47006

Text Example


Text Example

White with #B47006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47006; }

 p { color: rgb(180,112,6); }

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

background-color css

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

 a { background-color: rgb(180,112,6); }

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

border-color css

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

 span { border-color: rgb(180,112,6); }

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