Html Css Color HEX #BA8108 Dark Goldenrod

📋 copy color: '#BA8108'

red 186 ◦ green 129 ◦ blue 8

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

Shades of Dark Goldenrod #BA8108

Tints of Dark Goldenrod #BA8108

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.94%

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

R = 57.59%
G = 39.94%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA8108 (or 0xBA8108) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 08. RGB value is (186,129,8). Sum of RGB (Red+Green+Blue) = 186+129+8=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8108 is #457EF7. Grayscale: #848484. Windows color (decimal): -4554488 or 557498. OLE color: 557498.

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

Color convert

RGB 186 129 8 -
CMYK 0 0.31 0.96 0.27
HSL 40.79º 0.92% 0.38% -
HSV(B) 40.79º 0.96% 0.73% -
XYZ 28.14 26.16 3.8 -
YUV 132.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 186 129 8 0 0.31 0.96 0.27 40.79 0.92 0.38
Hex BA 81 8 0 1F 60 1B 29 5C 26
Octal 272 201 10 0 37 140 33 51 134 46
Binary 10111010 10000001 1000 0 11111 1100000 11011 101001 1011100 100110

Color Harmonies of #BA8108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8108

Black with #BA8108

Text Example


Text Example

White with #BA8108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8108; }

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

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

background-color css

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

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

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

border-color css

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

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

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