Html Css Color HEX #BA7F23 Pirate Gold

📋 copy color: '#BA7F23'

red 186 ◦ green 127 ◦ blue 35

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

Shades of Pirate Gold #BA7F23

Tints of Pirate Gold #BA7F23

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

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

R = 53.45%
G = 36.49%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA7F23 (or 0xBA7F23) is known color: Pirate Gold. HEX triplet: BA, 7F and 23. RGB value is (186,127,35). Sum of RGB (Red+Green+Blue) = 186+127+35=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F23 is #4580DC. Grayscale: #868686. Windows color (decimal): -4554973 or 2326458. OLE color: 2326458.

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

Color convert

RGB 186 127 35 -
CMYK 0 0.32 0.81 0.27
HSL 36.56º 0.68% 0.43% -
HSV(B) 36.56º 0.81% 0.73% -
XYZ 28.14 25.74 5.08 -
YUV 134.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 186 127 35 0 0.32 0.81 0.27 36.56 0.68 0.43
Hex BA 7F 23 0 20 51 1B 25 44 2B
Octal 272 177 43 0 40 121 33 45 104 53
Binary 10111010 1111111 100011 0 100000 1010001 11011 100101 1000100 101011

Color Harmonies of #BA7F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F23

Black with #BA7F23

Text Example


Text Example

White with #BA7F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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