Html Css Color HEX #BA7512 Dark Goldenrod

📋 copy color: '#BA7512'

red 186 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #BA7512

Tints of Dark Goldenrod #BA7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

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

R = 57.94%
G = 36.45%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA7512 (or 0xBA7512) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 12. RGB value is (186,117,18). Sum of RGB (Red+Green+Blue) = 186+117+18=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7512 is #458AED. Grayscale: #7E7E7E. Windows color (decimal): -4557550 or 1209786. OLE color: 1209786.

HSL color Cylindrical-coordinate representation of color #BA7512: hue angle of 35.36º 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 #BA7512 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 18 -
CMYK 0 0.37 0.90 0.27
HSL 35.36º 0.82% 0.4% -
HSV(B) 35.36º 0.9% 0.73% -
XYZ 26.72 23.21 3.64 -
YUV 126.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 186 117 18 0 0.37 0.90 0.27 35.36 0.82 0.4
Hex BA 75 12 0 25 5A 1B 23 52 28
Octal 272 165 22 0 45 132 33 43 122 50
Binary 10111010 1110101 10010 0 100101 1011010 11011 100011 1010010 101000

Color Harmonies of #BA7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7512

Black with #BA7512

Text Example


Text Example

White with #BA7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7512; }

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

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

background-color css

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

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

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

border-color css

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

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

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