Html Css Color HEX #BA8510 Dark Goldenrod

📋 copy color: '#BA8510'

red 186 ◦ green 133 ◦ blue 16

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

Shades of Dark Goldenrod #BA8510

Tints of Dark Goldenrod #BA8510

RGB

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

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

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

R = 55.52%
G = 39.7%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA8510 (or 0xBA8510) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 10. RGB value is (186,133,16). Sum of RGB (Red+Green+Blue) = 186+133+16=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8510 is #457AEF. Grayscale: #888888. Windows color (decimal): -4553456 or 1082810. OLE color: 1082810.

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

Color convert

RGB 186 133 16 -
CMYK 0 0.28 0.91 0.27
HSL 41.29º 0.84% 0.4% -
HSV(B) 41.29º 0.91% 0.73% -
XYZ 28.73 27.25 4.24 -
YUV 135.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 186 133 16 0 0.28 0.91 0.27 41.29 0.84 0.4
Hex BA 85 10 0 1C 5B 1B 29 54 28
Octal 272 205 20 0 34 133 33 51 124 50
Binary 10111010 10000101 10000 0 11100 1011011 11011 101001 1010100 101000

Color Harmonies of #BA8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8510

Black with #BA8510

Text Example


Text Example

White with #BA8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8510; }

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

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

background-color css

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

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

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

border-color css

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

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

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