Html Css Color HEX #BA900D Dark Goldenrod

📋 copy color: '#BA900D'

red 186 ◦ green 144 ◦ blue 13

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

Shades of Dark Goldenrod #BA900D

Tints of Dark Goldenrod #BA900D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 54.23%
G = 41.98%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA900D (or 0xBA900D) is known color: Dark Goldenrod. HEX triplet: BA, 90 and 0D. RGB value is (186,144,13). Sum of RGB (Red+Green+Blue) = 186+144+13=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA900D is #456FF2. Grayscale: #8E8E8E. Windows color (decimal): -4550643 or 889018. OLE color: 889018.

HSL color Cylindrical-coordinate representation of color #BA900D: hue angle of 45.43º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA900D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 144 13 -
CMYK 0 0.23 0.93 0.27
HSL 45.43º 0.87% 0.39% -
HSV(B) 45.43º 0.93% 0.73% -
XYZ 30.3 30.41 4.65 -
YUV 141.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 186 144 13 0 0.23 0.93 0.27 45.43 0.87 0.39
Hex BA 90 D 0 17 5D 1B 2D 57 27
Octal 272 220 15 0 27 135 33 55 127 47
Binary 10111010 10010000 1101 0 10111 1011101 11011 101101 1010111 100111

Color Harmonies of #BA900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA900D

Black with #BA900D

Text Example


Text Example

White with #BA900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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