Html Css Color HEX #BA830E Dark Goldenrod

📋 copy color: '#BA830E'

red 186 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #BA830E

Tints of Dark Goldenrod #BA830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

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

R = 56.19%
G = 39.58%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA830E (or 0xBA830E) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 0E. RGB value is (186,131,14). Sum of RGB (Red+Green+Blue) = 186+131+14=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA830E is #457CF1. Grayscale: #868686. Windows color (decimal): -4553970 or 951226. OLE color: 951226.

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

Color convert

RGB 186 131 14 -
CMYK 0 0.30 0.92 0.27
HSL 40.81º 0.86% 0.39% -
HSV(B) 40.81º 0.92% 0.73% -
XYZ 28.45 26.7 4.07 -
YUV 134.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 186 131 14 0 0.30 0.92 0.27 40.81 0.86 0.39
Hex BA 83 E 0 1E 5C 1B 29 56 27
Octal 272 203 16 0 36 134 33 51 126 47
Binary 10111010 10000011 1110 0 11110 1011100 11011 101001 1010110 100111

Color Harmonies of #BA830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA830E

Black with #BA830E

Text Example


Text Example

White with #BA830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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