Html Css Color HEX #BA6D26 Pirate Gold

📋 copy color: '#BA6D26'

red 186 ◦ green 109 ◦ blue 38

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

Shades of Pirate Gold #BA6D26

Tints of Pirate Gold #BA6D26

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

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

R = 55.86%
G = 32.73%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA6D26 (or 0xBA6D26) is known color: Pirate Gold. HEX triplet: BA, 6D and 26. RGB value is (186,109,38). Sum of RGB (Red+Green+Blue) = 186+109+38=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D26 is #4592D9. Grayscale: #7C7C7C. Windows color (decimal): -4559578 or 2518458. OLE color: 2518458.

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

Color convert

RGB 186 109 38 -
CMYK 0 0.41 0.80 0.27
HSL 28.78º 0.66% 0.44% -
HSV(B) 28.78º 0.8% 0.73% -
XYZ 26.07 21.52 4.61 -
YUV 123.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 186 109 38 0 0.41 0.80 0.27 28.78 0.66 0.44
Hex BA 6D 26 0 29 50 1B 1D 42 2C
Octal 272 155 46 0 51 120 33 35 102 54
Binary 10111010 1101101 100110 0 101001 1010000 11011 11101 1000010 101100

Color Harmonies of #BA6D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D26

Black with #BA6D26

Text Example


Text Example

White with #BA6D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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