Html Css Color HEX #BA8026 Pirate Gold

📋 copy color: '#BA8026'

red 186 ◦ green 128 ◦ blue 38

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

Shades of Pirate Gold #BA8026

Tints of Pirate Gold #BA8026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.8%

R = 52.84%
G = 36.36%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8026 (or 0xBA8026) is known color: Pirate Gold. HEX triplet: BA, 80 and 26. RGB value is (186,128,38). Sum of RGB (Red+Green+Blue) = 186+128+38=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8026 is #457FD9. Grayscale: #878787. Windows color (decimal): -4554714 or 2523322. OLE color: 2523322.

HSL color Cylindrical-coordinate representation of color #BA8026: hue angle of 36.49º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8026 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 38 -
CMYK 0 0.31 0.80 0.27
HSL 36.49º 0.66% 0.44% -
HSV(B) 36.49º 0.8% 0.73% -
XYZ 28.32 26.02 5.36 -
YUV 135.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 186 128 38 0 0.31 0.80 0.27 36.49 0.66 0.44
Hex BA 80 26 0 1F 50 1B 24 42 2C
Octal 272 200 46 0 37 120 33 44 102 54
Binary 10111010 10000000 100110 0 11111 1010000 11011 100100 1000010 101100

Color Harmonies of #BA8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8026

Black with #BA8026

Text Example


Text Example

White with #BA8026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8026; }

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

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

background-color css

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

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

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

border-color css

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

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

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