Html Css Color HEX #BA900A Dark Goldenrod

📋 copy color: '#BA900A'

red 186 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #BA900A

Tints of Dark Goldenrod #BA900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

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

R = 54.71%
G = 42.35%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA900A (or 0xBA900A) is known color: Dark Goldenrod. HEX triplet: BA, 90 and 0A. RGB value is (186,144,10). Sum of RGB (Red+Green+Blue) = 186+144+10=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA900A is #456FF5. Grayscale: #8D8D8D. Windows color (decimal): -4550646 or 692410. OLE color: 692410.

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

Color convert

RGB 186 144 10 -
CMYK 0 0.23 0.95 0.27
HSL 45.68º 0.9% 0.38% -
HSV(B) 45.68º 0.95% 0.73% -
XYZ 30.28 30.41 4.56 -
YUV 141.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 186 144 10 0 0.23 0.95 0.27 45.68 0.9 0.38
Hex BA 90 A 0 17 5F 1B 2E 5A 26
Octal 272 220 12 0 27 137 33 56 132 46
Binary 10111010 10010000 1010 0 10111 1011111 11011 101110 1011010 100110

Color Harmonies of #BA900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA900A

Black with #BA900A

Text Example


Text Example

White with #BA900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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