Html Css Color HEX #BA9103 Dark Goldenrod

📋 copy color: '#BA9103'

red 186 ◦ green 145 ◦ blue 3

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

Shades of Dark Goldenrod #BA9103

Tints of Dark Goldenrod #BA9103

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 55.69%
G = 43.41%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9103 (or 0xBA9103) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 03. RGB value is (186,145,3). Sum of RGB (Red+Green+Blue) = 186+145+3=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9103 is #456EFC. Grayscale: #8D8D8D. Windows color (decimal): -4550397 or 233914. OLE color: 233914.

HSL color Cylindrical-coordinate representation of color #BA9103: hue angle of 46.56º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA9103 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 145 3 -
CMYK 0 0.22 0.98 0.27
HSL 46.56º 0.97% 0.37% -
HSV(B) 46.56º 0.98% 0.73% -
XYZ 30.39 30.7 4.41 -
YUV 141.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 186 145 3 0 0.22 0.98 0.27 46.56 0.97 0.37
Hex BA 91 3 0 16 62 1B 2F 61 25
Octal 272 221 3 0 26 142 33 57 141 45
Binary 10111010 10010001 11 0 10110 1100010 11011 101111 1100001 100101

Color Harmonies of #BA9103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9103

Black with #BA9103

Text Example


Text Example

White with #BA9103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9103; }

 p { color: rgb(186,145,3); }

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

background-color css

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

 a { background-color: rgb(186,145,3); }

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

border-color css

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

 span { border-color: rgb(186,145,3); }

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