Html Css Color HEX #BA752B Pirate Gold

📋 copy color: '#BA752B'

red 186 ◦ green 117 ◦ blue 43

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

Shades of Pirate Gold #BA752B

Tints of Pirate Gold #BA752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 53.76%
G = 33.82%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA752B (or 0xBA752B) is known color: Pirate Gold. HEX triplet: BA, 75 and 2B. RGB value is (186,117,43). Sum of RGB (Red+Green+Blue) = 186+117+43=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA752B is #458AD4. Grayscale: #818181. Windows color (decimal): -4557525 or 2848186. OLE color: 2848186.

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

Color convert

RGB 186 117 43 -
CMYK 0 0.37 0.77 0.27
HSL 31.05º 0.62% 0.45% -
HSV(B) 31.05º 0.77% 0.73% -
XYZ 27.05 23.34 5.36 -
YUV 129.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 186 117 43 0 0.37 0.77 0.27 31.05 0.62 0.45
Hex BA 75 2B 0 25 4D 1B 1F 3E 2D
Octal 272 165 53 0 45 115 33 37 76 55
Binary 10111010 1110101 101011 0 100101 1001101 11011 11111 111110 101101

Color Harmonies of #BA752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA752B

Black with #BA752B

Text Example


Text Example

White with #BA752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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