Html Css Color HEX #BA840D Dark Goldenrod

📋 copy color: '#BA840D'

red 186 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #BA840D

Tints of Dark Goldenrod #BA840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

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

R = 56.19%
G = 39.88%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA840D (or 0xBA840D) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 0D. RGB value is (186,132,13). Sum of RGB (Red+Green+Blue) = 186+132+13=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA840D is #457BF2. Grayscale: #878787. Windows color (decimal): -4553715 or 885946. OLE color: 885946.

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

Color convert

RGB 186 132 13 -
CMYK 0 0.29 0.93 0.27
HSL 41.27º 0.87% 0.39% -
HSV(B) 41.27º 0.93% 0.73% -
XYZ 28.57 26.97 4.08 -
YUV 134.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 186 132 13 0 0.29 0.93 0.27 41.27 0.87 0.39
Hex BA 84 D 0 1D 5D 1B 29 57 27
Octal 272 204 15 0 35 135 33 51 127 47
Binary 10111010 10000100 1101 0 11101 1011101 11011 101001 1010111 100111

Color Harmonies of #BA840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA840D

Black with #BA840D

Text Example


Text Example

White with #BA840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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