Html Css Color HEX #BA732A Pirate Gold

📋 copy color: '#BA732A'

red 186 ◦ green 115 ◦ blue 42

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

Shades of Pirate Gold #BA732A

Tints of Pirate Gold #BA732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

 BLUE value IS 42 (16.8% from 255) = 12.24%

R = 54.23%
G = 33.53%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA732A (or 0xBA732A) is known color: Pirate Gold. HEX triplet: BA, 73 and 2A. RGB value is (186,115,42). Sum of RGB (Red+Green+Blue) = 186+115+42=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA732A is #458CD5. Grayscale: #808080. Windows color (decimal): -4558038 or 2782138. OLE color: 2782138.

HSL color Cylindrical-coordinate representation of color #BA732A: hue angle of 30.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA732A is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 42 -
CMYK 0 0.38 0.77 0.27
HSL 30.42º 0.63% 0.45% -
HSV(B) 30.42º 0.77% 0.73% -
XYZ 26.8 22.87 5.19 -
YUV 127.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 186 115 42 0 0.38 0.77 0.27 30.42 0.63 0.45
Hex BA 73 2A 0 26 4D 1B 1E 3F 2D
Octal 272 163 52 0 46 115 33 36 77 55
Binary 10111010 1110011 101010 0 100110 1001101 11011 11110 111111 101101

Color Harmonies of #BA732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA732A

Black with #BA732A

Text Example


Text Example

White with #BA732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA732A; }

 p { color: rgb(186,115,42); }

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

background-color css

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

 a { background-color: rgb(186,115,42); }

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

border-color css

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

 span { border-color: rgb(186,115,42); }

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