Html Css Color HEX #BA8217 Dark Goldenrod

📋 copy color: '#BA8217'

red 186 ◦ green 130 ◦ blue 23

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

Shades of Dark Goldenrod #BA8217

Tints of Dark Goldenrod #BA8217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 54.87%
G = 38.35%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA8217 (or 0xBA8217) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 17. RGB value is (186,130,23). Sum of RGB (Red+Green+Blue) = 186+130+23=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8217 is #457DE8. Grayscale: #878787. Windows color (decimal): -4554217 or 1540794. OLE color: 1540794.

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

Color convert

RGB 186 130 23 -
CMYK 0 0.30 0.88 0.27
HSL 39.39º 0.78% 0.41% -
HSV(B) 39.39º 0.88% 0.73% -
XYZ 28.39 26.47 4.42 -
YUV 134.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 186 130 23 0 0.30 0.88 0.27 39.39 0.78 0.41
Hex BA 82 17 0 1E 58 1B 27 4E 29
Octal 272 202 27 0 36 130 33 47 116 51
Binary 10111010 10000010 10111 0 11110 1011000 11011 100111 1001110 101001

Color Harmonies of #BA8217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8217

Black with #BA8217

Text Example


Text Example

White with #BA8217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8217; }

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

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

background-color css

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

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

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

border-color css

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

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

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