Html Css Color HEX #BA751F Pirate Gold

📋 copy color: '#BA751F'

red 186 ◦ green 117 ◦ blue 31

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

Shades of Pirate Gold #BA751F

Tints of Pirate Gold #BA751F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 55.69%
G = 35.03%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA751F (or 0xBA751F) is known color: Pirate Gold. HEX triplet: BA, 75 and 1F. RGB value is (186,117,31). Sum of RGB (Red+Green+Blue) = 186+117+31=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA751F is #458AE0. Grayscale: #808080. Windows color (decimal): -4557537 or 2061754. OLE color: 2061754.

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

Color convert

RGB 186 117 31 -
CMYK 0 0.37 0.83 0.27
HSL 33.29º 0.71% 0.43% -
HSV(B) 33.29º 0.83% 0.73% -
XYZ 26.86 23.26 4.37 -
YUV 127.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 186 117 31 0 0.37 0.83 0.27 33.29 0.71 0.43
Hex BA 75 1F 0 25 53 1B 21 47 2B
Octal 272 165 37 0 45 123 33 41 107 53
Binary 10111010 1110101 11111 0 100101 1010011 11011 100001 1000111 101011

Color Harmonies of #BA751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA751F

Black with #BA751F

Text Example


Text Example

White with #BA751F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA751F; }

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

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

background-color css

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

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

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

border-color css

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

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

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