Html Css Color HEX #BA742B Pirate Gold

📋 copy color: '#BA742B'

red 186 ◦ green 116 ◦ blue 43

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

Shades of Pirate Gold #BA742B

Tints of Pirate Gold #BA742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

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

R = 53.91%
G = 33.62%
B = 12.46%

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

#BA742B (or 0xBA742B) is known color: Pirate Gold. HEX triplet: BA, 74 and 2B. RGB value is (186,116,43). Sum of RGB (Red+Green+Blue) = 186+116+43=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA742B is #458BD4. Grayscale: #808080. Windows color (decimal): -4557781 or 2847930. OLE color: 2847930.

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

Color convert

RGB 186 116 43 -
CMYK 0 0.38 0.77 0.27
HSL 30.63º 0.62% 0.45% -
HSV(B) 30.63º 0.77% 0.73% -
XYZ 26.93 23.1 5.33 -
YUV 128.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 186 116 43 0 0.38 0.77 0.27 30.63 0.62 0.45
Hex BA 74 2B 0 26 4D 1B 1F 3E 2D
Octal 272 164 53 0 46 115 33 37 76 55
Binary 10111010 1110100 101011 0 100110 1001101 11011 11111 111110 101101

Color Harmonies of #BA742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA742B

Black with #BA742B

Text Example


Text Example

White with #BA742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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