Html Css Color HEX #BA7817 Pirate Gold

📋 copy color: '#BA7817'

red 186 ◦ green 120 ◦ blue 23

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

Shades of Pirate Gold #BA7817

Tints of Pirate Gold #BA7817

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.47%

 BLUE value IS 23 (9.38% from 255) = 6.99%

R = 56.53%
G = 36.47%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA7817 (or 0xBA7817) is known color: Pirate Gold. HEX triplet: BA, 78 and 17. RGB value is (186,120,23). Sum of RGB (Red+Green+Blue) = 186+120+23=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7817 is #4587E8. Grayscale: #818181. Windows color (decimal): -4556777 or 1538234. OLE color: 1538234.

HSL color Cylindrical-coordinate representation of color #BA7817: hue angle of 35.71º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA7817 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 120 23 -
CMYK 0 0.35 0.88 0.27
HSL 35.71º 0.78% 0.41% -
HSV(B) 35.71º 0.88% 0.73% -
XYZ 27.12 23.93 4 -
YUV 128.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 186 120 23 0 0.35 0.88 0.27 35.71 0.78 0.41
Hex BA 78 17 0 23 58 1B 24 4E 29
Octal 272 170 27 0 43 130 33 44 116 51
Binary 10111010 1111000 10111 0 100011 1011000 11011 100100 1001110 101001

Color Harmonies of #BA7817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7817

Black with #BA7817

Text Example


Text Example

White with #BA7817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7817; }

 p { color: rgb(186,120,23); }

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

background-color css

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

 a { background-color: rgb(186,120,23); }

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

border-color css

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

 span { border-color: rgb(186,120,23); }

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