Html Css Color HEX #BA8903 Dark Goldenrod

📋 copy color: '#BA8903'

red 186 ◦ green 137 ◦ blue 3

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

Shades of Dark Goldenrod #BA8903

Tints of Dark Goldenrod #BA8903

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.02%

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

R = 57.06%
G = 42.02%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA8903 (or 0xBA8903) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 03. RGB value is (186,137,3). Sum of RGB (Red+Green+Blue) = 186+137+3=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8903 is #4576FC. Grayscale: #888888. Windows color (decimal): -4552445 or 231866. OLE color: 231866.

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

Color convert

RGB 186 137 3 -
CMYK 0 0.26 0.98 0.27
HSL 43.93º 0.97% 0.37% -
HSV(B) 43.93º 0.98% 0.73% -
XYZ 29.21 28.34 4.02 -
YUV 136.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 186 137 3 0 0.26 0.98 0.27 43.93 0.97 0.37
Hex BA 89 3 0 1A 62 1B 2C 61 25
Octal 272 211 3 0 32 142 33 54 141 45
Binary 10111010 10001001 11 0 11010 1100010 11011 101100 1100001 100101

Color Harmonies of #BA8903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8903

Black with #BA8903

Text Example


Text Example

White with #BA8903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8903; }

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

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

background-color css

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

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

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

border-color css

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

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

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