Html Css Color HEX #BA7226 Pirate Gold

📋 copy color: '#BA7226'

red 186 ◦ green 114 ◦ blue 38

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

Shades of Pirate Gold #BA7226

Tints of Pirate Gold #BA7226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 55.03%
G = 33.73%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA7226 (or 0xBA7226) is known color: Pirate Gold. HEX triplet: BA, 72 and 26. RGB value is (186,114,38). Sum of RGB (Red+Green+Blue) = 186+114+38=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7226 is #458DD9. Grayscale: #7F7F7F. Windows color (decimal): -4558298 or 2519738. OLE color: 2519738.

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

Color convert

RGB 186 114 38 -
CMYK 0 0.39 0.80 0.27
HSL 30.81º 0.66% 0.44% -
HSV(B) 30.81º 0.8% 0.73% -
XYZ 26.62 22.61 4.8 -
YUV 126.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 186 114 38 0 0.39 0.80 0.27 30.81 0.66 0.44
Hex BA 72 26 0 27 50 1B 1F 42 2C
Octal 272 162 46 0 47 120 33 37 102 54
Binary 10111010 1110010 100110 0 100111 1010000 11011 11111 1000010 101100

Color Harmonies of #BA7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7226

Black with #BA7226

Text Example


Text Example

White with #BA7226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7226; }

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

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

background-color css

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

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

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

border-color css

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

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

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