Html Css Color HEX #BA940A Dark Goldenrod

📋 copy color: '#BA940A'

red 186 ◦ green 148 ◦ blue 10

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

Shades of Dark Goldenrod #BA940A

Tints of Dark Goldenrod #BA940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 54.07%
G = 43.02%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA940A (or 0xBA940A) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 0A. RGB value is (186,148,10). Sum of RGB (Red+Green+Blue) = 186+148+10=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA940A is #456BF5. Grayscale: #909090. Windows color (decimal): -4549622 or 693434. OLE color: 693434.

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

Color convert

RGB 186 148 10 -
CMYK 0 0.20 0.95 0.27
HSL 47.05º 0.9% 0.38% -
HSV(B) 47.05º 0.95% 0.73% -
XYZ 30.89 31.64 4.77 -
YUV 143.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 186 148 10 0 0.20 0.95 0.27 47.05 0.9 0.38
Hex BA 94 A 0 14 5F 1B 2F 5A 26
Octal 272 224 12 0 24 137 33 57 132 46
Binary 10111010 10010100 1010 0 10100 1011111 11011 101111 1011010 100110

Color Harmonies of #BA940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA940A

Black with #BA940A

Text Example


Text Example

White with #BA940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA940A; }

 p { color: rgb(186,148,10); }

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

background-color css

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

 a { background-color: rgb(186,148,10); }

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

border-color css

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

 span { border-color: rgb(186,148,10); }

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