Html Css Color HEX #BA840A Dark Goldenrod

📋 copy color: '#BA840A'

red 186 ◦ green 132 ◦ blue 10

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

Shades of Dark Goldenrod #BA840A

Tints of Dark Goldenrod #BA840A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

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

R = 56.71%
G = 40.24%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA840A (or 0xBA840A) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 0A. RGB value is (186,132,10). Sum of RGB (Red+Green+Blue) = 186+132+10=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA840A is #457BF5. Grayscale: #868686. Windows color (decimal): -4553718 or 689338. OLE color: 689338.

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

Color convert

RGB 186 132 10 -
CMYK 0 0.29 0.95 0.27
HSL 41.59º 0.9% 0.38% -
HSV(B) 41.59º 0.95% 0.73% -
XYZ 28.56 26.96 3.99 -
YUV 134.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 186 132 10 0 0.29 0.95 0.27 41.59 0.9 0.38
Hex BA 84 A 0 1D 5F 1B 2A 5A 26
Octal 272 204 12 0 35 137 33 52 132 46
Binary 10111010 10000100 1010 0 11101 1011111 11011 101010 1011010 100110

Color Harmonies of #BA840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA840A

Black with #BA840A

Text Example


Text Example

White with #BA840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA840A; }

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

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

background-color css

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

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

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

border-color css

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

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

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