Html Css Color HEX #BA8323 Pirate Gold

📋 copy color: '#BA8323'

red 186 ◦ green 131 ◦ blue 35

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

Shades of Pirate Gold #BA8323

Tints of Pirate Gold #BA8323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.22%

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

R = 52.84%
G = 37.22%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8323 (or 0xBA8323) is known color: Pirate Gold. HEX triplet: BA, 83 and 23. RGB value is (186,131,35). Sum of RGB (Red+Green+Blue) = 186+131+35=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8323 is #457CDC. Grayscale: #888888. Windows color (decimal): -4553949 or 2327482. OLE color: 2327482.

HSL color Cylindrical-coordinate representation of color #BA8323: hue angle of 38.15º 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 #BA8323 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 35 -
CMYK 0 0.30 0.81 0.27
HSL 38.15º 0.68% 0.43% -
HSV(B) 38.15º 0.81% 0.73% -
XYZ 28.67 26.79 5.25 -
YUV 136.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 186 131 35 0 0.30 0.81 0.27 38.15 0.68 0.43
Hex BA 83 23 0 1E 51 1B 26 44 2B
Octal 272 203 43 0 36 121 33 46 104 53
Binary 10111010 10000011 100011 0 11110 1010001 11011 100110 1000100 101011

Color Harmonies of #BA8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8323

Black with #BA8323

Text Example


Text Example

White with #BA8323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8323; }

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

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

background-color css

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

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

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

border-color css

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

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

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