Html Css Color HEX #BA830D Dark Goldenrod

📋 copy color: '#BA830D'

red 186 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #BA830D

Tints of Dark Goldenrod #BA830D

RGB

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

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

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

R = 56.36%
G = 39.7%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA830D (or 0xBA830D) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 0D. RGB value is (186,131,13). Sum of RGB (Red+Green+Blue) = 186+131+13=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA830D is #457CF2. Grayscale: #868686. Windows color (decimal): -4553971 or 885690. OLE color: 885690.

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

Color convert

RGB 186 131 13 -
CMYK 0 0.30 0.93 0.27
HSL 40.92º 0.87% 0.39% -
HSV(B) 40.92º 0.93% 0.73% -
XYZ 28.44 26.7 4.04 -
YUV 133.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 186 131 13 0 0.30 0.93 0.27 40.92 0.87 0.39
Hex BA 83 D 0 1E 5D 1B 29 57 27
Octal 272 203 15 0 36 135 33 51 127 47
Binary 10111010 10000011 1101 0 11110 1011101 11011 101001 1010111 100111

Color Harmonies of #BA830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA830D

Black with #BA830D

Text Example


Text Example

White with #BA830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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