Html Css Color HEX #BA841A Dark Goldenrod

📋 copy color: '#BA841A'

red 186 ◦ green 132 ◦ blue 26

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

Shades of Dark Goldenrod #BA841A

Tints of Dark Goldenrod #BA841A

RGB

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

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

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

R = 54.07%
G = 38.37%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA841A (or 0xBA841A) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 1A. RGB value is (186,132,26). Sum of RGB (Red+Green+Blue) = 186+132+26=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA841A is #457BE5. Grayscale: #888888. Windows color (decimal): -4553702 or 1737914. OLE color: 1737914.

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

Color convert

RGB 186 132 26 -
CMYK 0 0.29 0.86 0.27
HSL 39.75º 0.75% 0.42% -
HSV(B) 39.75º 0.86% 0.73% -
XYZ 28.69 27.02 4.68 -
YUV 136.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 186 132 26 0 0.29 0.86 0.27 39.75 0.75 0.42
Hex BA 84 1A 0 1D 56 1B 28 4B 2A
Octal 272 204 32 0 35 126 33 50 113 52
Binary 10111010 10000100 11010 0 11101 1010110 11011 101000 1001011 101010

Color Harmonies of #BA841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA841A

Black with #BA841A

Text Example


Text Example

White with #BA841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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