Html Css Color HEX #BA8A0E Dark Goldenrod

📋 copy color: '#BA8A0E'

red 186 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #BA8A0E

Tints of Dark Goldenrod #BA8A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.83%

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

R = 55.03%
G = 40.83%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA8A0E (or 0xBA8A0E) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 0E. RGB value is (186,138,14). Sum of RGB (Red+Green+Blue) = 186+138+14=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A0E is #4575F1. Grayscale: #8A8A8A. Windows color (decimal): -4552178 or 953018. OLE color: 953018.

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

Color convert

RGB 186 138 14 -
CMYK 0 0.26 0.92 0.27
HSL 43.26º 0.86% 0.39% -
HSV(B) 43.26º 0.92% 0.73% -
XYZ 29.42 28.65 4.39 -
YUV 138.22 57.9 162.08 -
System Red Green Blue C M Y K H S L
Decimal 186 138 14 0 0.26 0.92 0.27 43.26 0.86 0.39
Hex BA 8A E 0 1A 5C 1B 2B 56 27
Octal 272 212 16 0 32 134 33 53 126 47
Binary 10111010 10001010 1110 0 11010 1011100 11011 101011 1010110 100111

Color Harmonies of #BA8A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A0E

Black with #BA8A0E

Text Example


Text Example

White with #BA8A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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