Html Css Color HEX #BA762C Pirate Gold

📋 copy color: '#BA762C'

red 186 ◦ green 118 ◦ blue 44

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

Shades of Pirate Gold #BA762C

Tints of Pirate Gold #BA762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 53.45%
G = 33.91%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA762C (or 0xBA762C) is known color: Pirate Gold. HEX triplet: BA, 76 and 2C. RGB value is (186,118,44). Sum of RGB (Red+Green+Blue) = 186+118+44=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA762C is #4589D3. Grayscale: #828282. Windows color (decimal): -4557268 or 2913978. OLE color: 2913978.

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

Color convert

RGB 186 118 44 -
CMYK 0 0.37 0.76 0.27
HSL 31.27º 0.62% 0.45% -
HSV(B) 31.27º 0.76% 0.73% -
XYZ 27.18 23.58 5.5 -
YUV 129.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 186 118 44 0 0.37 0.76 0.27 31.27 0.62 0.45
Hex BA 76 2C 0 25 4C 1B 1F 3E 2D
Octal 272 166 54 0 45 114 33 37 76 55
Binary 10111010 1110110 101100 0 100101 1001100 11011 11111 111110 101101

Color Harmonies of #BA762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA762C

Black with #BA762C

Text Example


Text Example

White with #BA762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA762C; }

 p { color: rgb(186,118,44); }

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

background-color css

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

 a { background-color: rgb(186,118,44); }

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

border-color css

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

 span { border-color: rgb(186,118,44); }

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