Html Css Color HEX #BA8016 Dark Goldenrod

📋 copy color: '#BA8016'

red 186 ◦ green 128 ◦ blue 22

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

Shades of Dark Goldenrod #BA8016

Tints of Dark Goldenrod #BA8016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

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

R = 55.36%
G = 38.1%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA8016 (or 0xBA8016) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 16. RGB value is (186,128,22). Sum of RGB (Red+Green+Blue) = 186+128+22=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8016 is #457FE9. Grayscale: #858585. Windows color (decimal): -4554730 or 1474746. OLE color: 1474746.

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

Color convert

RGB 186 128 22 -
CMYK 0 0.31 0.88 0.27
HSL 38.78º 0.79% 0.41% -
HSV(B) 38.78º 0.88% 0.73% -
XYZ 28.11 25.94 4.28 -
YUV 133.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 186 128 22 0 0.31 0.88 0.27 38.78 0.79 0.41
Hex BA 80 16 0 1F 58 1B 27 4F 29
Octal 272 200 26 0 37 130 33 47 117 51
Binary 10111010 10000000 10110 0 11111 1011000 11011 100111 1001111 101001

Color Harmonies of #BA8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8016

Black with #BA8016

Text Example


Text Example

White with #BA8016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8016; }

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

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

background-color css

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

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

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

border-color css

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

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

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