Html Css Color HEX #BA8416 Dark Goldenrod

📋 copy color: '#BA8416'

red 186 ◦ green 132 ◦ blue 22

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

Shades of Dark Goldenrod #BA8416

Tints of Dark Goldenrod #BA8416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 54.71%
G = 38.82%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA8416 (or 0xBA8416) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 16. RGB value is (186,132,22). Sum of RGB (Red+Green+Blue) = 186+132+22=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8416 is #457BE9. Grayscale: #888888. Windows color (decimal): -4553706 or 1475770. OLE color: 1475770.

HSL color Cylindrical-coordinate representation of color #BA8416: hue angle of 40.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA8416 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 22 -
CMYK 0 0.29 0.88 0.27
HSL 40.24º 0.79% 0.41% -
HSV(B) 40.24º 0.88% 0.73% -
XYZ 28.65 27 4.46 -
YUV 135.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 186 132 22 0 0.29 0.88 0.27 40.24 0.79 0.41
Hex BA 84 16 0 1D 58 1B 28 4F 29
Octal 272 204 26 0 35 130 33 50 117 51
Binary 10111010 10000100 10110 0 11101 1011000 11011 101000 1001111 101001

Color Harmonies of #BA8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8416

Black with #BA8416

Text Example


Text Example

White with #BA8416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8416; }

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

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

background-color css

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

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

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

border-color css

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

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

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