Html Css Color HEX #BA8503 Dark Goldenrod

📋 copy color: '#BA8503'

red 186 ◦ green 133 ◦ blue 3

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

Shades of Dark Goldenrod #BA8503

Tints of Dark Goldenrod #BA8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

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

R = 57.76%
G = 41.3%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA8503 (or 0xBA8503) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 03. RGB value is (186,133,3). Sum of RGB (Red+Green+Blue) = 186+133+3=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8503 is #457AFC. Grayscale: #868686. Windows color (decimal): -4553469 or 230842. OLE color: 230842.

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

Color convert

RGB 186 133 3 -
CMYK 0 0.28 0.98 0.27
HSL 42.62º 0.97% 0.37% -
HSV(B) 42.62º 0.98% 0.73% -
XYZ 28.65 27.22 3.83 -
YUV 134.03 54.06 165.07 -
System Red Green Blue C M Y K H S L
Decimal 186 133 3 0 0.28 0.98 0.27 42.62 0.97 0.37
Hex BA 85 3 0 1C 62 1B 2B 61 25
Octal 272 205 3 0 34 142 33 53 141 45
Binary 10111010 10000101 11 0 11100 1100010 11011 101011 1100001 100101

Color Harmonies of #BA8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8503

Black with #BA8503

Text Example


Text Example

White with #BA8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8503; }

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

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

background-color css

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

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

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

border-color css

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

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

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