Html Css Color HEX #BA6C23 Pirate Gold

📋 copy color: '#BA6C23'

red 186 ◦ green 108 ◦ blue 35

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

Shades of Pirate Gold #BA6C23

Tints of Pirate Gold #BA6C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 56.53%
G = 32.83%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA6C23 (or 0xBA6C23) is known color: Pirate Gold. HEX triplet: BA, 6C and 23. RGB value is (186,108,35). Sum of RGB (Red+Green+Blue) = 186+108+35=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C23 is #4593DC. Grayscale: #7B7B7B. Windows color (decimal): -4559837 or 2321594. OLE color: 2321594.

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

Color convert

RGB 186 108 35 -
CMYK 0 0.42 0.81 0.27
HSL 29.01º 0.68% 0.43% -
HSV(B) 29.01º 0.81% 0.73% -
XYZ 25.92 21.29 4.33 -
YUV 123 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 186 108 35 0 0.42 0.81 0.27 29.01 0.68 0.43
Hex BA 6C 23 0 2A 51 1B 1D 44 2B
Octal 272 154 43 0 52 121 33 35 104 53
Binary 10111010 1101100 100011 0 101010 1010001 11011 11101 1000100 101011

Color Harmonies of #BA6C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C23

Black with #BA6C23

Text Example


Text Example

White with #BA6C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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