Html Css Color HEX #BA8C0C Dark Goldenrod

📋 copy color: '#BA8C0C'

red 186 ◦ green 140 ◦ blue 12

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

Shades of Dark Goldenrod #BA8C0C

Tints of Dark Goldenrod #BA8C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

 BLUE value IS 12 (5.08% from 255) = 3.55%

R = 55.03%
G = 41.42%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA8C0C (or 0xBA8C0C) is known color: Dark Goldenrod. HEX triplet: BA, 8C and 0C. RGB value is (186,140,12). Sum of RGB (Red+Green+Blue) = 186+140+12=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C0C is #4573F3. Grayscale: #8B8B8B. Windows color (decimal): -4551668 or 822458. OLE color: 822458.

HSL color Cylindrical-coordinate representation of color #BA8C0C: hue angle of 44.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA8C0C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 140 12 -
CMYK 0 0.25 0.94 0.27
HSL 44.14º 0.88% 0.39% -
HSV(B) 44.14º 0.94% 0.73% -
XYZ 29.69 29.22 4.42 -
YUV 139.16 56.24 161.41 -
System Red Green Blue C M Y K H S L
Decimal 186 140 12 0 0.25 0.94 0.27 44.14 0.88 0.39
Hex BA 8C C 0 19 5E 1B 2C 58 27
Octal 272 214 14 0 31 136 33 54 130 47
Binary 10111010 10001100 1100 0 11001 1011110 11011 101100 1011000 100111

Color Harmonies of #BA8C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C0C

Black with #BA8C0C

Text Example


Text Example

White with #BA8C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C0C; }

 p { color: rgb(186,140,12); }

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

background-color css

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

 a { background-color: rgb(186,140,12); }

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

border-color css

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

 span { border-color: rgb(186,140,12); }

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