Html Css Color HEX #B47712 Dark Goldenrod

📋 copy color: '#B47712'

red 180 ◦ green 119 ◦ blue 18

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

Shades of Dark Goldenrod #B47712

Tints of Dark Goldenrod #B47712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.54%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 56.78%
G = 37.54%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B47712 (or 0xB47712) is known color: Dark Goldenrod. HEX triplet: B4, 77 and 12. RGB value is (180,119,18). Sum of RGB (Red+Green+Blue) = 180+119+18=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B47712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47712 is #4B88ED. Grayscale: #7E7E7E. Windows color (decimal): -4950254 or 1210292. OLE color: 1210292.

HSL color Cylindrical-coordinate representation of color #B47712: hue angle of 37.41º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B47712 is Cyan = 0, Magento = 0.34, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 18 -
CMYK 0 0.34 0.9 0.29
HSL 37.41º 0.82% 0.39% -
HSV(B) 37.41º 0.9% 0.71% -
XYZ 25.53 22.94 3.65 -
YUV 125.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 180 119 18 0 0.34 0.9 0.29 37.41 0.82 0.39
Hex B4 77 12 0 22 5A 1D 25 52 27
Octal 264 167 22 0 42 132 35 45 122 47
Binary 10110100 1110111 10010 0 100010 1011010 11101 100101 1010010 100111

Color Harmonies of #B47712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47712

Black with #B47712

Text Example


Text Example

White with #B47712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47712; }

 p { color: rgb(180,119,18); }

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

background-color css

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

 a { background-color: rgb(180,119,18); }

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

border-color css

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

 span { border-color: rgb(180,119,18); }

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