Html Css Color HEX #BA8E17 Dark Goldenrod

📋 copy color: '#BA8E17'

red 186 ◦ green 142 ◦ blue 23

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

Shades of Dark Goldenrod #BA8E17

Tints of Dark Goldenrod #BA8E17

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.46%

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 52.99%
G = 40.46%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA8E17 (or 0xBA8E17) is known color: Dark Goldenrod. HEX triplet: BA, 8E and 17. RGB value is (186,142,23). Sum of RGB (Red+Green+Blue) = 186+142+23=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8E17 is #4571E8. Grayscale: #8E8E8E. Windows color (decimal): -4551145 or 1543866. OLE color: 1543866.

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

Color convert

RGB 186 142 23 -
CMYK 0 0.24 0.88 0.27
HSL 43.8º 0.78% 0.41% -
HSV(B) 43.8º 0.88% 0.73% -
XYZ 30.08 29.85 4.99 -
YUV 141.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 186 142 23 0 0.24 0.88 0.27 43.8 0.78 0.41
Hex BA 8E 17 0 18 58 1B 2C 4E 29
Octal 272 216 27 0 30 130 33 54 116 51
Binary 10111010 10001110 10111 0 11000 1011000 11011 101100 1001110 101001

Color Harmonies of #BA8E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E17

Black with #BA8E17

Text Example


Text Example

White with #BA8E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E17; }

 p { color: rgb(186,142,23); }

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

background-color css

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

 a { background-color: rgb(186,142,23); }

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

border-color css

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

 span { border-color: rgb(186,142,23); }

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