Html Css Color HEX #BA8F10 Dark Goldenrod

📋 copy color: '#BA8F10'

red 186 ◦ green 143 ◦ blue 16

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

Shades of Dark Goldenrod #BA8F10

Tints of Dark Goldenrod #BA8F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.45%

 BLUE value IS 16 (6.64% from 255) = 4.64%

R = 53.91%
G = 41.45%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA8F10 (or 0xBA8F10) is known color: Dark Goldenrod. HEX triplet: BA, 8F and 10. RGB value is (186,143,16). Sum of RGB (Red+Green+Blue) = 186+143+16=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8F10 is #4570EF. Grayscale: #8D8D8D. Windows color (decimal): -4550896 or 1085370. OLE color: 1085370.

HSL color Cylindrical-coordinate representation of color #BA8F10: hue angle of 44.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA8F10 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 143 16 -
CMYK 0 0.23 0.91 0.27
HSL 44.82º 0.84% 0.4% -
HSV(B) 44.82º 0.91% 0.73% -
XYZ 30.17 30.12 4.71 -
YUV 141.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 186 143 16 0 0.23 0.91 0.27 44.82 0.84 0.4
Hex BA 8F 10 0 17 5B 1B 2D 54 28
Octal 272 217 20 0 27 133 33 55 124 50
Binary 10111010 10001111 10000 0 10111 1011011 11011 101101 1010100 101000

Color Harmonies of #BA8F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F10

Black with #BA8F10

Text Example


Text Example

White with #BA8F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F10; }

 p { color: rgb(186,143,16); }

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

background-color css

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

 a { background-color: rgb(186,143,16); }

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

border-color css

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

 span { border-color: rgb(186,143,16); }

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