Html Css Color HEX #BA7C18 Dark Goldenrod

📋 copy color: '#BA7C18'

red 186 ◦ green 124 ◦ blue 24

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

Shades of Dark Goldenrod #BA7C18

Tints of Dark Goldenrod #BA7C18

RGB

 RED value IS 186 (73.05% from 255) = 55.69%

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

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

R = 55.69%
G = 37.13%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7C18 (or 0xBA7C18) is known color: Dark Goldenrod. HEX triplet: BA, 7C and 18. RGB value is (186,124,24). Sum of RGB (Red+Green+Blue) = 186+124+24=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C18 is #4583E7. Grayscale: #838383. Windows color (decimal): -4555752 or 1604794. OLE color: 1604794.

HSL color Cylindrical-coordinate representation of color #BA7C18: hue angle of 37.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA7C18 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 24 -
CMYK 0 0.33 0.87 0.27
HSL 37.04º 0.77% 0.41% -
HSV(B) 37.04º 0.87% 0.73% -
XYZ 27.62 24.92 4.22 -
YUV 131.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 186 124 24 0 0.33 0.87 0.27 37.04 0.77 0.41
Hex BA 7C 18 0 21 57 1B 25 4D 29
Octal 272 174 30 0 41 127 33 45 115 51
Binary 10111010 1111100 11000 0 100001 1010111 11011 100101 1001101 101001

Color Harmonies of #BA7C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C18

Black with #BA7C18

Text Example


Text Example

White with #BA7C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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