Html Css Color HEX #BA760D Dark Goldenrod

📋 copy color: '#BA760D'

red 186 ◦ green 118 ◦ blue 13

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

Shades of Dark Goldenrod #BA760D

Tints of Dark Goldenrod #BA760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

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

R = 58.68%
G = 37.22%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA760D (or 0xBA760D) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 0D. RGB value is (186,118,13). Sum of RGB (Red+Green+Blue) = 186+118+13=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA760D is #4589F2. Grayscale: #7E7E7E. Windows color (decimal): -4557299 or 882362. OLE color: 882362.

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

Color convert

RGB 186 118 13 -
CMYK 0 0.37 0.93 0.27
HSL 36.42º 0.87% 0.39% -
HSV(B) 36.42º 0.93% 0.73% -
XYZ 26.8 23.43 3.49 -
YUV 126.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 186 118 13 0 0.37 0.93 0.27 36.42 0.87 0.39
Hex BA 76 D 0 25 5D 1B 24 57 27
Octal 272 166 15 0 45 135 33 44 127 47
Binary 10111010 1110110 1101 0 100101 1011101 11011 100100 1010111 100111

Color Harmonies of #BA760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA760D

Black with #BA760D

Text Example


Text Example

White with #BA760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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