Html Css Color HEX #BA751B Pirate Gold

📋 copy color: '#BA751B'

red 186 ◦ green 117 ◦ blue 27

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

Shades of Pirate Gold #BA751B

Tints of Pirate Gold #BA751B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 56.36%
G = 35.45%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA751B (or 0xBA751B) is known color: Pirate Gold. HEX triplet: BA, 75 and 1B. RGB value is (186,117,27). Sum of RGB (Red+Green+Blue) = 186+117+27=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA751B is #458AE4. Grayscale: #7F7F7F. Windows color (decimal): -4557541 or 1799610. OLE color: 1799610.

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

Color convert

RGB 186 117 27 -
CMYK 0 0.37 0.85 0.27
HSL 33.96º 0.75% 0.42% -
HSV(B) 33.96º 0.85% 0.73% -
XYZ 26.81 23.24 4.11 -
YUV 127.37 71.36 169.82 -
System Red Green Blue C M Y K H S L
Decimal 186 117 27 0 0.37 0.85 0.27 33.96 0.75 0.42
Hex BA 75 1B 0 25 55 1B 22 4B 2A
Octal 272 165 33 0 45 125 33 42 113 52
Binary 10111010 1110101 11011 0 100101 1010101 11011 100010 1001011 101010

Color Harmonies of #BA751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA751B

Black with #BA751B

Text Example


Text Example

White with #BA751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA751B; }

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

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

background-color css

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

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

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

border-color css

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

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

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