Html Css Color HEX #BA8B1A Dark Goldenrod

📋 copy color: '#BA8B1A'

red 186 ◦ green 139 ◦ blue 26

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

Shades of Dark Goldenrod #BA8B1A

Tints of Dark Goldenrod #BA8B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.6%

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 52.99%
G = 39.6%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA8B1A (or 0xBA8B1A) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 1A. RGB value is (186,139,26). Sum of RGB (Red+Green+Blue) = 186+139+26=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B1A is #4574E5. Grayscale: #8C8C8C. Windows color (decimal): -4551910 or 1739706. OLE color: 1739706.

HSL color Cylindrical-coordinate representation of color #BA8B1A: hue angle of 42.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA8B1A is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 139 26 -
CMYK 0 0.25 0.86 0.27
HSL 42.38º 0.75% 0.42% -
HSV(B) 42.38º 0.86% 0.73% -
XYZ 29.67 28.98 5.01 -
YUV 140.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 186 139 26 0 0.25 0.86 0.27 42.38 0.75 0.42
Hex BA 8B 1A 0 19 56 1B 2A 4B 2A
Octal 272 213 32 0 31 126 33 52 113 52
Binary 10111010 10001011 11010 0 11001 1010110 11011 101010 1001011 101010

Color Harmonies of #BA8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B1A

Black with #BA8B1A

Text Example


Text Example

White with #BA8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B1A; }

 p { color: rgb(186,139,26); }

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

background-color css

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

 a { background-color: rgb(186,139,26); }

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

border-color css

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

 span { border-color: rgb(186,139,26); }

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