Html Css Color HEX #BA820A Dark Goldenrod

📋 copy color: '#BA820A'

red 186 ◦ green 130 ◦ blue 10

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

Shades of Dark Goldenrod #BA820A

Tints of Dark Goldenrod #BA820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.88%

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

R = 57.06%
G = 39.88%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA820A (or 0xBA820A) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 0A. RGB value is (186,130,10). Sum of RGB (Red+Green+Blue) = 186+130+10=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA820A is #457DF5. Grayscale: #858585. Windows color (decimal): -4554230 or 688826. OLE color: 688826.

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

Color convert

RGB 186 130 10 -
CMYK 0 0.30 0.95 0.27
HSL 40.91º 0.9% 0.38% -
HSV(B) 40.91º 0.95% 0.73% -
XYZ 28.29 26.43 3.9 -
YUV 133.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 186 130 10 0 0.30 0.95 0.27 40.91 0.9 0.38
Hex BA 82 A 0 1E 5F 1B 29 5A 26
Octal 272 202 12 0 36 137 33 51 132 46
Binary 10111010 10000010 1010 0 11110 1011111 11011 101001 1011010 100110

Color Harmonies of #BA820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA820A

Black with #BA820A

Text Example


Text Example

White with #BA820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA820A; }

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

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

background-color css

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

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

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

border-color css

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

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

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