Html Css Color HEX #BA770A Dark Goldenrod

📋 copy color: '#BA770A'

red 186 ◦ green 119 ◦ blue 10

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

Shades of Dark Goldenrod #BA770A

Tints of Dark Goldenrod #BA770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 59.05%
G = 37.78%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA770A (or 0xBA770A) is known color: Dark Goldenrod. HEX triplet: BA, 77 and 0A. RGB value is (186,119,10). Sum of RGB (Red+Green+Blue) = 186+119+10=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA770A is #4588F5. Grayscale: #7F7F7F. Windows color (decimal): -4557046 or 686010. OLE color: 686010.

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

Color convert

RGB 186 119 10 -
CMYK 0 0.36 0.95 0.27
HSL 37.16º 0.9% 0.38% -
HSV(B) 37.16º 0.95% 0.73% -
XYZ 26.9 23.65 3.44 -
YUV 126.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 186 119 10 0 0.36 0.95 0.27 37.16 0.9 0.38
Hex BA 77 A 0 24 5F 1B 25 5A 26
Octal 272 167 12 0 44 137 33 45 132 46
Binary 10111010 1110111 1010 0 100100 1011111 11011 100101 1011010 100110

Color Harmonies of #BA770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA770A

Black with #BA770A

Text Example


Text Example

White with #BA770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA770A; }

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

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

background-color css

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

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

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

border-color css

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

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

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