Html Css Color HEX #BA7C12 Dark Goldenrod

📋 copy color: '#BA7C12'

red 186 ◦ green 124 ◦ blue 18

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

Shades of Dark Goldenrod #BA7C12

Tints of Dark Goldenrod #BA7C12

RGB

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

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

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

R = 56.71%
G = 37.8%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA7C12 (or 0xBA7C12) is known color: Dark Goldenrod. HEX triplet: BA, 7C and 12. RGB value is (186,124,18). Sum of RGB (Red+Green+Blue) = 186+124+18=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C12 is #4583ED. Grayscale: #828282. Windows color (decimal): -4555758 or 1211578. OLE color: 1211578.

HSL color Cylindrical-coordinate representation of color #BA7C12: hue angle of 37.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7C12 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 18 -
CMYK 0 0.33 0.90 0.27
HSL 37.86º 0.82% 0.4% -
HSV(B) 37.86º 0.9% 0.73% -
XYZ 27.57 24.9 3.93 -
YUV 130.45 64.54 167.62 -
System Red Green Blue C M Y K H S L
Decimal 186 124 18 0 0.33 0.90 0.27 37.86 0.82 0.4
Hex BA 7C 12 0 21 5A 1B 26 52 28
Octal 272 174 22 0 41 132 33 46 122 50
Binary 10111010 1111100 10010 0 100001 1011010 11011 100110 1010010 101000

Color Harmonies of #BA7C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C12

Black with #BA7C12

Text Example


Text Example

White with #BA7C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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