Html Css Color HEX #BA750D Dark Goldenrod

📋 copy color: '#BA750D'

red 186 ◦ green 117 ◦ blue 13

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

Shades of Dark Goldenrod #BA750D

Tints of Dark Goldenrod #BA750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 58.86%
G = 37.03%
B = 4.11%

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

#BA750D (or 0xBA750D) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 0D. RGB value is (186,117,13). Sum of RGB (Red+Green+Blue) = 186+117+13=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA750D is #458AF2. Grayscale: #7E7E7E. Windows color (decimal): -4557555 or 882106. OLE color: 882106.

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

Color convert

RGB 186 117 13 -
CMYK 0 0.37 0.93 0.27
HSL 36.07º 0.87% 0.39% -
HSV(B) 36.07º 0.93% 0.73% -
XYZ 26.68 23.19 3.45 -
YUV 125.78 64.36 170.96 -
System Red Green Blue C M Y K H S L
Decimal 186 117 13 0 0.37 0.93 0.27 36.07 0.87 0.39
Hex BA 75 D 0 25 5D 1B 24 57 27
Octal 272 165 15 0 45 135 33 44 127 47
Binary 10111010 1110101 1101 0 100101 1011101 11011 100100 1010111 100111

Color Harmonies of #BA750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA750D

Black with #BA750D

Text Example


Text Example

White with #BA750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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