Html Css Color HEX #BA8C0A Dark Goldenrod

📋 copy color: '#BA8C0A'

red 186 ◦ green 140 ◦ blue 10

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

Shades of Dark Goldenrod #BA8C0A

Tints of Dark Goldenrod #BA8C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

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

R = 55.36%
G = 41.67%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA8C0A (or 0xBA8C0A) is known color: Dark Goldenrod. HEX triplet: BA, 8C and 0A. RGB value is (186,140,10). Sum of RGB (Red+Green+Blue) = 186+140+10=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C0A is #4573F5. Grayscale: #8B8B8B. Windows color (decimal): -4551670 or 691386. OLE color: 691386.

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

Color convert

RGB 186 140 10 -
CMYK 0 0.25 0.95 0.27
HSL 44.32º 0.9% 0.38% -
HSV(B) 44.32º 0.95% 0.73% -
XYZ 29.68 29.22 4.36 -
YUV 138.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 186 140 10 0 0.25 0.95 0.27 44.32 0.9 0.38
Hex BA 8C A 0 19 5F 1B 2C 5A 26
Octal 272 214 12 0 31 137 33 54 132 46
Binary 10111010 10001100 1010 0 11001 1011111 11011 101100 1011010 100110

Color Harmonies of #BA8C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C0A

Black with #BA8C0A

Text Example


Text Example

White with #BA8C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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