Html Css Color HEX #BA910E Dark Goldenrod

📋 copy color: '#BA910E'

red 186 ◦ green 145 ◦ blue 14

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

Shades of Dark Goldenrod #BA910E

Tints of Dark Goldenrod #BA910E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 53.91%
G = 42.03%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA910E (or 0xBA910E) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 0E. RGB value is (186,145,14). Sum of RGB (Red+Green+Blue) = 186+145+14=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA910E is #456EF1. Grayscale: #8E8E8E. Windows color (decimal): -4550386 or 954810. OLE color: 954810.

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

Color convert

RGB 186 145 14 -
CMYK 0 0.22 0.92 0.27
HSL 45.7º 0.86% 0.39% -
HSV(B) 45.7º 0.92% 0.73% -
XYZ 30.45 30.72 4.74 -
YUV 142.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 186 145 14 0 0.22 0.92 0.27 45.7 0.86 0.39
Hex BA 91 E 0 16 5C 1B 2E 56 27
Octal 272 221 16 0 26 134 33 56 126 47
Binary 10111010 10010001 1110 0 10110 1011100 11011 101110 1010110 100111

Color Harmonies of #BA910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA910E

Black with #BA910E

Text Example


Text Example

White with #BA910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA910E; }

 p { color: rgb(186,145,14); }

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

background-color css

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

 a { background-color: rgb(186,145,14); }

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

border-color css

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

 span { border-color: rgb(186,145,14); }

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