Html Css Color HEX #B47108 Dark Goldenrod

📋 copy color: '#B47108'

red 180 ◦ green 113 ◦ blue 8

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

Shades of Dark Goldenrod #B47108

Tints of Dark Goldenrod #B47108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 59.8%
G = 37.54%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B47108 (or 0xB47108) is known color: Dark Goldenrod. HEX triplet: B4, 71 and 08. RGB value is (180,113,8). Sum of RGB (Red+Green+Blue) = 180+113+8=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B47108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47108 is #4B8EF7. Grayscale: #797979. Windows color (decimal): -4951800 or 553396. OLE color: 553396.

HSL color Cylindrical-coordinate representation of color #B47108: hue angle of 36.63º degrees, saturation: 0.91, 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 #B47108 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 113 8 -
CMYK 0 0.37 0.96 0.29
HSL 36.63º 0.91% 0.37% -
HSV(B) 36.63º 0.96% 0.71% -
XYZ 24.77 21.53 3.08 -
YUV 121.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 180 113 8 0 0.37 0.96 0.29 36.63 0.91 0.37
Hex B4 71 8 0 25 60 1D 25 5B 25
Octal 264 161 10 0 45 140 35 45 133 45
Binary 10110100 1110001 1000 0 100101 1100000 11101 100101 1011011 100101

Color Harmonies of #B47108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47108

Black with #B47108

Text Example


Text Example

White with #B47108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47108; }

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

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

background-color css

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

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

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

border-color css

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

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

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