Html Css Color HEX #BA710C Dark Goldenrod

📋 copy color: '#BA710C'

red 186 ◦ green 113 ◦ blue 12

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

Shades of Dark Goldenrod #BA710C

Tints of Dark Goldenrod #BA710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 59.81%
G = 36.33%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA710C (or 0xBA710C) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 0C. RGB value is (186,113,12). Sum of RGB (Red+Green+Blue) = 186+113+12=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA710C is #458EF3. Grayscale: #7B7B7B. Windows color (decimal): -4558580 or 815546. OLE color: 815546.

HSL color Cylindrical-coordinate representation of color #BA710C: hue angle of 34.83º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA710C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 113 12 -
CMYK 0 0.39 0.94 0.27
HSL 34.83º 0.88% 0.39% -
HSV(B) 34.83º 0.94% 0.73% -
XYZ 26.22 22.28 3.27 -
YUV 123.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 186 113 12 0 0.39 0.94 0.27 34.83 0.88 0.39
Hex BA 71 C 0 27 5E 1B 23 58 27
Octal 272 161 14 0 47 136 33 43 130 47
Binary 10111010 1110001 1100 0 100111 1011110 11011 100011 1011000 100111

Color Harmonies of #BA710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA710C

Black with #BA710C

Text Example


Text Example

White with #BA710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA710C; }

 p { color: rgb(186,113,12); }

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

background-color css

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

 a { background-color: rgb(186,113,12); }

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

border-color css

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

 span { border-color: rgb(186,113,12); }

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