Html Css Color HEX #BA750A Dark Goldenrod

📋 copy color: '#BA750A'

red 186 ◦ green 117 ◦ blue 10

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

Shades of Dark Goldenrod #BA750A

Tints of Dark Goldenrod #BA750A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 59.42%
G = 37.38%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA750A (or 0xBA750A) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 0A. RGB value is (186,117,10). Sum of RGB (Red+Green+Blue) = 186+117+10=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA750A is #458AF5. Grayscale: #7D7D7D. Windows color (decimal): -4557558 or 685498. OLE color: 685498.

HSL color Cylindrical-coordinate representation of color #BA750A: hue angle of 36.48º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA750A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 10 -
CMYK 0 0.37 0.95 0.27
HSL 36.48º 0.9% 0.38% -
HSV(B) 36.48º 0.95% 0.73% -
XYZ 26.67 23.18 3.36 -
YUV 125.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 186 117 10 0 0.37 0.95 0.27 36.48 0.9 0.38
Hex BA 75 A 0 25 5F 1B 24 5A 26
Octal 272 165 12 0 45 137 33 44 132 46
Binary 10111010 1110101 1010 0 100101 1011111 11011 100100 1011010 100110

Color Harmonies of #BA750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA750A

Black with #BA750A

Text Example


Text Example

White with #BA750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA750A; }

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

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

background-color css

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

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

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

border-color css

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

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

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