Html Css Color HEX #BA732B Pirate Gold

📋 copy color: '#BA732B'

red 186 ◦ green 115 ◦ blue 43

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

Shades of Pirate Gold #BA732B

Tints of Pirate Gold #BA732B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 54.07%
G = 33.43%
B = 12.5%

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

#BA732B (or 0xBA732B) is known color: Pirate Gold. HEX triplet: BA, 73 and 2B. RGB value is (186,115,43). Sum of RGB (Red+Green+Blue) = 186+115+43=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA732B is #458CD4. Grayscale: #808080. Windows color (decimal): -4558037 or 2847674. OLE color: 2847674.

HSL color Cylindrical-coordinate representation of color #BA732B: hue angle of 30.21º degrees, saturation: 0.62, 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 #BA732B is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 43 -
CMYK 0 0.38 0.77 0.27
HSL 30.21º 0.62% 0.45% -
HSV(B) 30.21º 0.77% 0.73% -
XYZ 26.82 22.87 5.29 -
YUV 128.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 186 115 43 0 0.38 0.77 0.27 30.21 0.62 0.45
Hex BA 73 2B 0 26 4D 1B 1E 3E 2D
Octal 272 163 53 0 46 115 33 36 76 55
Binary 10111010 1110011 101011 0 100110 1001101 11011 11110 111110 101101

Color Harmonies of #BA732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA732B

Black with #BA732B

Text Example


Text Example

White with #BA732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA732B; }

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

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

background-color css

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

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

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

border-color css

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

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

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