Html Css Color HEX #BA8417 Dark Goldenrod

📋 copy color: '#BA8417'

red 186 ◦ green 132 ◦ blue 23

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

Shades of Dark Goldenrod #BA8417

Tints of Dark Goldenrod #BA8417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 54.55%
G = 38.71%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA8417 (or 0xBA8417) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 17. RGB value is (186,132,23). Sum of RGB (Red+Green+Blue) = 186+132+23=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8417 is #457BE8. Grayscale: #888888. Windows color (decimal): -4553705 or 1541306. OLE color: 1541306.

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

Color convert

RGB 186 132 23 -
CMYK 0 0.29 0.88 0.27
HSL 40.12º 0.78% 0.41% -
HSV(B) 40.12º 0.88% 0.73% -
XYZ 28.66 27 4.51 -
YUV 135.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 186 132 23 0 0.29 0.88 0.27 40.12 0.78 0.41
Hex BA 84 17 0 1D 58 1B 28 4E 29
Octal 272 204 27 0 35 130 33 50 116 51
Binary 10111010 10000100 10111 0 11101 1011000 11011 101000 1001110 101001

Color Harmonies of #BA8417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8417

Black with #BA8417

Text Example


Text Example

White with #BA8417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8417; }

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

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

background-color css

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

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

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

border-color css

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

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

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