Html Css Color HEX #B47007 Dark Goldenrod

📋 copy color: '#B47007'

red 180 ◦ green 112 ◦ blue 7

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

Shades of Dark Goldenrod #B47007

Tints of Dark Goldenrod #B47007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.34%

R = 60.2%
G = 37.46%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B47007 (or 0xB47007) is known color: Dark Goldenrod. HEX triplet: B4, 70 and 07. RGB value is (180,112,7). Sum of RGB (Red+Green+Blue) = 180+112+7=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B47007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47007 is #4B8FF8. Grayscale: #787878. Windows color (decimal): -4952057 or 487604. OLE color: 487604.

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

Color convert

RGB 180 112 7 -
CMYK 0 0.38 0.96 0.29
HSL 36.42º 0.93% 0.37% -
HSV(B) 36.42º 0.96% 0.71% -
XYZ 24.65 21.31 3.01 -
YUV 120.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 180 112 7 0 0.38 0.96 0.29 36.42 0.93 0.37
Hex B4 70 7 0 26 60 1D 24 5D 25
Octal 264 160 7 0 46 140 35 44 135 45
Binary 10110100 1110000 111 0 100110 1100000 11101 100100 1011101 100101

Color Harmonies of #B47007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47007

Black with #B47007

Text Example


Text Example

White with #B47007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47007; }

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

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

background-color css

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

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

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

border-color css

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

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

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