Html Css Color HEX #BA751E Pirate Gold

📋 copy color: '#BA751E'

red 186 ◦ green 117 ◦ blue 30

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

Shades of Pirate Gold #BA751E

Tints of Pirate Gold #BA751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 55.86%
G = 35.14%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA751E (or 0xBA751E) is known color: Pirate Gold. HEX triplet: BA, 75 and 1E. RGB value is (186,117,30). Sum of RGB (Red+Green+Blue) = 186+117+30=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA751E is #458AE1. Grayscale: #808080. Windows color (decimal): -4557538 or 1996218. OLE color: 1996218.

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

Color convert

RGB 186 117 30 -
CMYK 0 0.37 0.84 0.27
HSL 33.46º 0.72% 0.42% -
HSV(B) 33.46º 0.84% 0.73% -
XYZ 26.85 23.26 4.3 -
YUV 127.71 72.86 169.57 -
System Red Green Blue C M Y K H S L
Decimal 186 117 30 0 0.37 0.84 0.27 33.46 0.72 0.42
Hex BA 75 1E 0 25 54 1B 21 48 2A
Octal 272 165 36 0 45 124 33 41 110 52
Binary 10111010 1110101 11110 0 100101 1010100 11011 100001 1001000 101010

Color Harmonies of #BA751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA751E

Black with #BA751E

Text Example


Text Example

White with #BA751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA751E; }

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

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

background-color css

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

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

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

border-color css

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

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

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