Html Css Color HEX #B47C18 Dark Goldenrod

📋 copy color: '#B47C18'

red 180 ◦ green 124 ◦ blue 24

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

Shades of Dark Goldenrod #B47C18

Tints of Dark Goldenrod #B47C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.8%

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 54.88%
G = 37.8%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B47C18 (or 0xB47C18) is known color: Dark Goldenrod. HEX triplet: B4, 7C and 18. RGB value is (180,124,24). Sum of RGB (Red+Green+Blue) = 180+124+24=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47C18 is #4B83E7. Grayscale: #818181. Windows color (decimal): -4948968 or 1604788. OLE color: 1604788.

HSL color Cylindrical-coordinate representation of color #B47C18: hue angle of 38.46º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B47C18 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 124 24 -
CMYK 0 0.31 0.87 0.29
HSL 38.46º 0.76% 0.4% -
HSV(B) 38.46º 0.87% 0.71% -
XYZ 26.19 24.18 4.15 -
YUV 129.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 180 124 24 0 0.31 0.87 0.29 38.46 0.76 0.4
Hex B4 7C 18 0 1F 57 1D 26 4C 28
Octal 264 174 30 0 37 127 35 46 114 50
Binary 10110100 1111100 11000 0 11111 1010111 11101 100110 1001100 101000

Color Harmonies of #B47C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C18

Black with #B47C18

Text Example


Text Example

White with #B47C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C18; }

 p { color: rgb(180,124,24); }

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

background-color css

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

 a { background-color: rgb(180,124,24); }

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

border-color css

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

 span { border-color: rgb(180,124,24); }

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