Html Css Color HEX #BA6E23 Pirate Gold

📋 copy color: '#BA6E23'

red 186 ◦ green 110 ◦ blue 35

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

Shades of Pirate Gold #BA6E23

Tints of Pirate Gold #BA6E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.23%

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

R = 56.19%
G = 33.23%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA6E23 (or 0xBA6E23) is known color: Pirate Gold. HEX triplet: BA, 6E and 23. RGB value is (186,110,35). Sum of RGB (Red+Green+Blue) = 186+110+35=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E23 is #4591DC. Grayscale: #7C7C7C. Windows color (decimal): -4559325 or 2322106. OLE color: 2322106.

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

Color convert

RGB 186 110 35 -
CMYK 0 0.41 0.81 0.27
HSL 29.8º 0.68% 0.43% -
HSV(B) 29.8º 0.81% 0.73% -
XYZ 26.13 21.71 4.4 -
YUV 124.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 186 110 35 0 0.41 0.81 0.27 29.8 0.68 0.43
Hex BA 6E 23 0 29 51 1B 1E 44 2B
Octal 272 156 43 0 51 121 33 36 104 53
Binary 10111010 1101110 100011 0 101001 1010001 11011 11110 1000100 101011

Color Harmonies of #BA6E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E23

Black with #BA6E23

Text Example


Text Example

White with #BA6E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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