Html Css Color HEX #B47608 Dark Goldenrod

📋 copy color: '#B47608'

red 180 ◦ green 118 ◦ blue 8

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

Shades of Dark Goldenrod #B47608

Tints of Dark Goldenrod #B47608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

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

R = 58.82%
G = 38.56%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B47608 (or 0xB47608) is known color: Dark Goldenrod. HEX triplet: B4, 76 and 08. RGB value is (180,118,8). Sum of RGB (Red+Green+Blue) = 180+118+8=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B47608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47608 is #4B89F7. Grayscale: #7C7C7C. Windows color (decimal): -4950520 or 554676. OLE color: 554676.

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

Color convert

RGB 180 118 8 -
CMYK 0 0.34 0.96 0.29
HSL 38.37º 0.91% 0.37% -
HSV(B) 38.37º 0.96% 0.71% -
XYZ 25.34 22.68 3.27 -
YUV 124 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 180 118 8 0 0.34 0.96 0.29 38.37 0.91 0.37
Hex B4 76 8 0 22 60 1D 26 5B 25
Octal 264 166 10 0 42 140 35 46 133 45
Binary 10110100 1110110 1000 0 100010 1100000 11101 100110 1011011 100101

Color Harmonies of #B47608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47608

Black with #B47608

Text Example


Text Example

White with #B47608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47608; }

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

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

background-color css

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

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

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

border-color css

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

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

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