Html Css Color HEX #BA8E0E Dark Goldenrod

📋 copy color: '#BA8E0E'

red 186 ◦ green 142 ◦ blue 14

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

Shades of Dark Goldenrod #BA8E0E

Tints of Dark Goldenrod #BA8E0E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.52%

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

R = 54.39%
G = 41.52%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA8E0E (or 0xBA8E0E) is known color: Dark Goldenrod. HEX triplet: BA, 8E and 0E. RGB value is (186,142,14). Sum of RGB (Red+Green+Blue) = 186+142+14=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8E0E is #4571F1. Grayscale: #8D8D8D. Windows color (decimal): -4551154 or 954042. OLE color: 954042.

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

Color convert

RGB 186 142 14 -
CMYK 0 0.24 0.92 0.27
HSL 44.65º 0.86% 0.39% -
HSV(B) 44.65º 0.92% 0.73% -
XYZ 30 29.82 4.59 -
YUV 140.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 186 142 14 0 0.24 0.92 0.27 44.65 0.86 0.39
Hex BA 8E E 0 18 5C 1B 2D 56 27
Octal 272 216 16 0 30 134 33 55 126 47
Binary 10111010 10001110 1110 0 11000 1011100 11011 101101 1010110 100111

Color Harmonies of #BA8E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E0E

Black with #BA8E0E

Text Example


Text Example

White with #BA8E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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