Html Css Color HEX #BA7623 Pirate Gold

📋 copy color: '#BA7623'

red 186 ◦ green 118 ◦ blue 35

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

Shades of Pirate Gold #BA7623

Tints of Pirate Gold #BA7623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 54.87%
G = 34.81%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA7623 (or 0xBA7623) is known color: Pirate Gold. HEX triplet: BA, 76 and 23. RGB value is (186,118,35). Sum of RGB (Red+Green+Blue) = 186+118+35=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7623 is #4589DC. Grayscale: #818181. Windows color (decimal): -4557277 or 2324154. OLE color: 2324154.

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

Color convert

RGB 186 118 35 -
CMYK 0 0.37 0.81 0.27
HSL 32.98º 0.68% 0.43% -
HSV(B) 32.98º 0.81% 0.73% -
XYZ 27.03 23.52 4.7 -
YUV 128.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 186 118 35 0 0.37 0.81 0.27 32.98 0.68 0.43
Hex BA 76 23 0 25 51 1B 21 44 2B
Octal 272 166 43 0 45 121 33 41 104 53
Binary 10111010 1110110 100011 0 100101 1010001 11011 100001 1000100 101011

Color Harmonies of #BA7623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7623

Black with #BA7623

Text Example


Text Example

White with #BA7623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7623; }

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

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

background-color css

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

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

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

border-color css

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

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

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