Html Css Color HEX #BA850C Dark Goldenrod

📋 copy color: '#BA850C'

red 186 ◦ green 133 ◦ blue 12

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

Shades of Dark Goldenrod #BA850C

Tints of Dark Goldenrod #BA850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 56.19%
G = 40.18%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA850C (or 0xBA850C) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 0C. RGB value is (186,133,12). Sum of RGB (Red+Green+Blue) = 186+133+12=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA850C is #457AF3. Grayscale: #878787. Windows color (decimal): -4553460 or 820666. OLE color: 820666.

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

Color convert

RGB 186 133 12 -
CMYK 0 0.28 0.94 0.27
HSL 41.72º 0.88% 0.39% -
HSV(B) 41.72º 0.94% 0.73% -
XYZ 28.7 27.24 4.09 -
YUV 135.05 58.56 164.34 -
System Red Green Blue C M Y K H S L
Decimal 186 133 12 0 0.28 0.94 0.27 41.72 0.88 0.39
Hex BA 85 C 0 1C 5E 1B 2A 58 27
Octal 272 205 14 0 34 136 33 52 130 47
Binary 10111010 10000101 1100 0 11100 1011110 11011 101010 1011000 100111

Color Harmonies of #BA850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA850C

Black with #BA850C

Text Example


Text Example

White with #BA850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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