Html Css Color HEX #BA8408 Dark Goldenrod

📋 copy color: '#BA8408'

red 186 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #BA8408

Tints of Dark Goldenrod #BA8408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 57.06%
G = 40.49%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA8408 (or 0xBA8408) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 08. RGB value is (186,132,8). Sum of RGB (Red+Green+Blue) = 186+132+8=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8408 is #457BF7. Grayscale: #868686. Windows color (decimal): -4553720 or 558266. OLE color: 558266.

HSL color Cylindrical-coordinate representation of color #BA8408: hue angle of 41.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA8408 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 8 -
CMYK 0 0.29 0.96 0.27
HSL 41.8º 0.92% 0.38% -
HSV(B) 41.8º 0.96% 0.73% -
XYZ 28.54 26.96 3.93 -
YUV 134.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 186 132 8 0 0.29 0.96 0.27 41.8 0.92 0.38
Hex BA 84 8 0 1D 60 1B 2A 5C 26
Octal 272 204 10 0 35 140 33 52 134 46
Binary 10111010 10000100 1000 0 11101 1100000 11011 101010 1011100 100110

Color Harmonies of #BA8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8408

Black with #BA8408

Text Example


Text Example

White with #BA8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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