Html Css Color HEX #BA8017 Dark Goldenrod

📋 copy color: '#BA8017'

red 186 ◦ green 128 ◦ blue 23

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

Shades of Dark Goldenrod #BA8017

Tints of Dark Goldenrod #BA8017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

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

R = 55.19%
G = 37.98%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA8017 (or 0xBA8017) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 17. RGB value is (186,128,23). Sum of RGB (Red+Green+Blue) = 186+128+23=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8017 is #457FE8. Grayscale: #858585. Windows color (decimal): -4554729 or 1540282. OLE color: 1540282.

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

Color convert

RGB 186 128 23 -
CMYK 0 0.31 0.88 0.27
HSL 38.65º 0.78% 0.41% -
HSV(B) 38.65º 0.88% 0.73% -
XYZ 28.12 25.94 4.34 -
YUV 133.37 65.72 165.54 -
System Red Green Blue C M Y K H S L
Decimal 186 128 23 0 0.31 0.88 0.27 38.65 0.78 0.41
Hex BA 80 17 0 1F 58 1B 27 4E 29
Octal 272 200 27 0 37 130 33 47 116 51
Binary 10111010 10000000 10111 0 11111 1011000 11011 100111 1001110 101001

Color Harmonies of #BA8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8017

Black with #BA8017

Text Example


Text Example

White with #BA8017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8017; }

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

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

background-color css

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

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

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

border-color css

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

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

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