Html Css Color HEX #BA8F15 Dark Goldenrod

📋 copy color: '#BA8F15'

red 186 ◦ green 143 ◦ blue 21

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

Shades of Dark Goldenrod #BA8F15

Tints of Dark Goldenrod #BA8F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6%

R = 53.14%
G = 40.86%
B = 6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA8F15 (or 0xBA8F15) is known color: Dark Goldenrod. HEX triplet: BA, 8F and 15. RGB value is (186,143,21). Sum of RGB (Red+Green+Blue) = 186+143+21=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8F15 is #4570EA. Grayscale: #8E8E8E. Windows color (decimal): -4550891 or 1413050. OLE color: 1413050.

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

Color convert

RGB 186 143 21 -
CMYK 0 0.23 0.89 0.27
HSL 44.36º 0.8% 0.41% -
HSV(B) 44.36º 0.89% 0.73% -
XYZ 30.21 30.14 4.93 -
YUV 141.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 186 143 21 0 0.23 0.89 0.27 44.36 0.8 0.41
Hex BA 8F 15 0 17 59 1B 2C 50 29
Octal 272 217 25 0 27 131 33 54 120 51
Binary 10111010 10001111 10101 0 10111 1011001 11011 101100 1010000 101001

Color Harmonies of #BA8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F15

Black with #BA8F15

Text Example


Text Example

White with #BA8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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